ilog.views.diagrammer.application
Class IlvDiagrammerAction.StatusEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ilog.views.util.swing.context.ComponentAction.StatusEvent
          extended by ilog.views.diagrammer.application.IlvDiagrammerAction.StatusEvent
All Implemented Interfaces:
Serializable
Enclosing class:
IlvDiagrammerAction

public static class IlvDiagrammerAction.StatusEvent
extends ilog.views.util.swing.context.ComponentAction.StatusEvent

The event passed to the methods of IlvDiagrammerAction.StatusListener objects.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IlvDiagrammerAction.StatusEvent(Object source)
          Creates a new Diagrammer action status event.
 
Method Summary
 IlvDiagrammerAction getDiagrammerAction()
          Returns the Diagrammer action for which the status is to be displayed.
 
Methods inherited from class ilog.views.util.swing.context.ComponentAction.StatusEvent
getComponentAction
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IlvDiagrammerAction.StatusEvent

public IlvDiagrammerAction.StatusEvent(Object source)
Creates a new Diagrammer action status event.

Parameters:
source - The source of the event, that is, the Diagrammer action for which the status is to be displayed.
Method Detail

getDiagrammerAction

public IlvDiagrammerAction getDiagrammerAction()
Returns the Diagrammer action for which the status is to be displayed.

Returns:
diagrammer action


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