public class ActionManagerChangeEvent
extends java.util.EventObject
IActionManagerChangeListener
,
Serialized FormConstructor and Description |
---|
ActionManagerChangeEvent(ActionManager source)
Constructs a new action manager change event for the specified action
manager.
|
ActionManagerChangeEvent(ActionManager source,
IRepeatableAction action)
Constructs a new action manager change event for the specified action
manager and action.
|
Modifier and Type | Method and Description |
---|---|
IRepeatableAction |
getAction()
Retrieves the value of the
action instance variable. |
protected void |
setSource(ActionManager source)
Sets the
source instance variable to the specified value. |
public ActionManagerChangeEvent(ActionManager source)
source
- The action manager that changed.public ActionManagerChangeEvent(ActionManager source, IRepeatableAction action)
source
- The action manager that changed.action
- The action that has been run.public IRepeatableAction getAction()
action
instance variable.action
instance variable.protected void setSource(ActionManager source)
source
instance variable to the specified value.source
- The new value for the source
instance variable.