Uses of Package
com.javadocking.event

Packages that use com.javadocking.event
com.javadocking.dock Contains the interfaces and implementations for docks. 
com.javadocking.dockable Contains the interfaces and implementations for dockables. 
com.javadocking.event Contains the classes for the events that are broadcasted when a dockable or child dock is: added to a dock. 
 

Classes in com.javadocking.event used by com.javadocking.dock
DockingListener
           This is an interface for classes that want to be informed, when a dockable or child dock is added to a dock, moved in a dock, moved to another dock, or removed from a dock.
 

Classes in com.javadocking.event used by com.javadocking.dockable
DockableEvent
           This kind of event is broad-casted when a dockable is added to a dock, moved in a dock, moved to another dock, or removed from a dock.
DockingListener
           This is an interface for classes that want to be informed, when a dockable or child dock is added to a dock, moved in a dock, moved to another dock, or removed from a dock.
 

Classes in com.javadocking.event used by com.javadocking.event
DockingEvent
           This kind of event is broad-casted when the structure of docks and dockables change in a dock model.
DockingListener
           This is an interface for classes that want to be informed, when a dockable or child dock is added to a dock, moved in a dock, moved to another dock, or removed from a dock.