|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CommandStateListener
The listener for receiving command events from ExecCommands, ToolCommands and
CommandGroups.
This listener contains the updateState method which is called each time a command should check and
eventually update its state. When you create a command (or command group) you provide this listener.
| Method Summary | |
|---|---|
void |
updateState(CommandEvent event)
Called when a command should update its state. |
| Method Detail |
|---|
void updateState(CommandEvent event)
This method can contain some code which analyzes the underlying element and makes a decision whether this item or group should be made visible/invisible or enabled/disabled etc.
event - the command event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||