ilog.views.event
Class ManagerChangedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ilog.views.event.ManagerChangedEvent
All Implemented Interfaces:
Serializable

public final class ManagerChangedEvent
extends EventObject

An ManagerChangedEvent event is delivered to the listeners that needs to observe the modifications of the manager displayed by a view (IlvManagerView).

See Also:
ManagerChangedListener, Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ManagerChangedEvent(IlvManagerView source, IlvManager oldValue, IlvManager newValue)
          Creates the event.
 
Method Summary
 IlvManagerView getManagerView()
          Returns the view whose manager has changed.
 IlvManager getNewValue()
          Returns the new manager.
 IlvManager getOldValue()
          Returns the old manager.
 
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

ManagerChangedEvent

public ManagerChangedEvent(IlvManagerView source,
                           IlvManager oldValue,
                           IlvManager newValue)
Creates the event.

Parameters:
source - The source of the event.
oldValue - The old value of the manager.
newValue - The new value of the manager.
Method Detail

getManagerView

public IlvManagerView getManagerView()
Returns the view whose manager has changed.


getOldValue

public IlvManager getOldValue()
Returns the old manager.


getNewValue

public IlvManager getNewValue()
Returns the new manager.



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