com.vlsolutions.swing.docking.event
public class DockableStateChangeEvent extends Object
Events are triggered when a component is :
It is also possible to track changes before they occurs with the DockableStateWillChangeEvent, which is triggered before the change is processed (this event is vetoable).
See Also: DockableStateWillChangeEvent
Constructor Summary | |
---|---|
DockableStateChangeEvent(DockableState previousState, DockableState newState) |
Method Summary | |
---|---|
DockableState | getNewState() returns the new state of the dockable |
DockableState | getPreviousState() returns the previous state of the dockable, or null if the component
wasn't known to the docking desktop before. |