org.omegahat.Environment.Databases
Interface DatabaseAttachListener

All Known Subinterfaces:
DatabaseListener

public interface DatabaseAttachListener

Interface an object implements to register for notification of events indicating that a particular Database has been attached to a SearchPath.

See Also:
org.omegahat.Environment.Databases.SearchPathEvent.

Method Summary
 void attachPerformed(DatabaseAttachEvent ev)
           
 

Method Detail

attachPerformed

public void attachPerformed(DatabaseAttachEvent ev)