ilog.views.diagrammer.application
Interface IlvDiagrammerAction.StatusListener

Enclosing class:
IlvDiagrammerAction

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

actionDescribed

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.

Parameters:
event - The event containing the action whose description should be displayed.

actionStarted

void actionStarted(IlvDiagrammerAction.StatusEvent event)
This method is called just before an action is performed.

Parameters:
event - The event containing the action.

actionFinished

void actionFinished(IlvDiagrammerAction.StatusEvent event)
This method is called just after an action has been performed.

Parameters:
event - The event containing the action.


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.