org.noos.xing.mydoggy.event
Class DockableManagerEvent
java.lang.Object
java.util.EventObject
org.noos.xing.mydoggy.event.DockableManagerEvent
- All Implemented Interfaces:
- Serializable
public class DockableManagerEvent
- extends EventObject
An event which indicates that an action occurred for a dockable.
- Since:
- 1.4.2
- Author:
- Angelo De Caro (angelo.decaro@gmail.com)
- See Also:
- Serialized Form
DockableManagerEvent
public DockableManagerEvent(Object source,
DockableManagerEvent.ActionId actionId,
Dockable dockable)
- Constructs a
DockableEvent object with the
specified source, actionId and dockable.
This constructor throws an
IllegalArgumentException if the source or the actionId
or the dockable are null.
- Parameters:
source - the source where the action has occured.actionId - the action identifierdockable - the dockable on which the action is occurred.- See Also:
DockableManagerEvent.ActionId,
Dockable
getActionId
public DockableManagerEvent.ActionId getActionId()
- Returns the action identifier.
- Returns:
- the action identifier.
getDockable
public Dockable getDockable()
- Returns the dockable window involved in the action.
- Returns:
- the dockable window.
toString
public String toString()
- Overrides:
toString in class EventObject
Copyright © 2012. All Rights Reserved.