|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CommandContainerListener
Listens to events generated by CommandContainers. The events covered
by the listener are as follows:
| Method Summary | |
|---|---|
void |
commandAdded(CommandContainerEvent event)
Fired when a command is added to the container heirarchy. |
void |
commandRemoved(CommandContainerEvent event)
Fired when a command is removed from the container heirarchy. |
void |
containerPropertyChanged(java.beans.PropertyChangeEvent event)
Fired when a property changes within to the container heirarchy. |
void |
parentHierarchyChanged(CommandContainerEvent event)
Fired when the container heirarchy has changed.. |
| Method Detail |
|---|
void commandAdded(CommandContainerEvent event)
event - the event.void commandRemoved(CommandContainerEvent event)
event - the event.void parentHierarchyChanged(CommandContainerEvent event)
event - the event.void containerPropertyChanged(java.beans.PropertyChangeEvent event)
event - the event.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||