|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface IlvDiagrammerAction.StatusListener
This listener is typically used to display information related to Diagrammer actions in a status bar.
Listeners that implement this interface are called by the Diagrammer action mechanism when information about an action is to be displayed, such as its long description (when the user moves the mouse pointer over a toolbar button or a menu item), or the time spent executing the action when the action is finished.
| Method Summary | |
|---|---|
void |
actionDescribed(IlvDiagrammerAction.StatusEvent event)
This method is called when the long description of an action is to be displayed, typically when the user moves the mouse pointer over a toolbar button or a menu item. |
void |
actionFinished(IlvDiagrammerAction.StatusEvent event)
This method is called just after an action has been performed. |
void |
actionStarted(IlvDiagrammerAction.StatusEvent event)
This method is called just before an action is performed. |
| Method Detail |
|---|
void actionDescribed(IlvDiagrammerAction.StatusEvent event)
event - The event containing the action whose description should be displayed.void actionStarted(IlvDiagrammerAction.StatusEvent event)
event - The event containing the action.void actionFinished(IlvDiagrammerAction.StatusEvent event)
event - The event containing the action.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||