public interface IActionManagerChangeListener
extends java.util.EventListener
addActionManagerChangeListener()
. When no longer interested
in receiving event notifications, it can deregister itself as a listener by
calling removeActionManagerChangeListener()
on the action
manager.ActionManager
,
ActionManagerChangeEvent
Modifier and Type | Method and Description |
---|---|
void |
actionManagerChanged(ActionManagerChangeEvent event)
Handles an event indicating that an action manager has changed.
|
void actionManagerChanged(ActionManagerChangeEvent event)
event
- The action manager change event to be handled.