ilog.views.event
Class ManagerEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ilog.views.event.ManagerEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ManagerContentAboutToChangeEvent, ManagerContentChangedEvent, ManagerExpansionEvent, ManagerLayerEvent, ManagerSelectionChangedEvent

public abstract class ManagerEvent
extends EventObject

The abstract base class for events related to a manager.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ManagerEvent(IlvManager manager)
          Creates the event.
 
Method Summary
 IlvManager getManager()
          Returns the manager source of the event.
 
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

ManagerEvent

public ManagerEvent(IlvManager manager)
Creates the event.

Parameters:
manager - The manager source of the event.
Method Detail

getManager

public IlvManager getManager()
Returns the manager source of the event.



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