org.omegahat.Environment.Databases
Interface DatabaseDetachListener
- All Known Subinterfaces:
- DatabaseListener
- public interface DatabaseDetachListener
Interface an object implements to register
for notification of events indicating that
a particular Database
has been remove from a SearchPath.
For example, this allows it to perform cleanup of the objects, etc.
when the evaluator has finished with the
Database or library.
- See Also:
SearchPathEvent
detachPerformed
public void detachPerformed(DatabaseDetachEvent ev)