ilog.views.event
Class InteractorChangedEvent

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

public final class InteractorChangedEvent
extends EventObject

An InteractorChangedEvent event is delivered to the listeners of the interactors on a view of a manager.

See Also:
InteractorListener, Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
InteractorChangedEvent(IlvManagerView source, IlvManagerViewInteractor oldValue, IlvManagerViewInteractor newValue)
          Creates the event.
 
Method Summary
 IlvManagerView getManagerView()
          Returns the view of the manager that delivers the event.
 IlvManagerViewInteractor getNewValue()
          Returns the new value of the interactor.
 IlvManagerViewInteractor getOldValue()
          Returns the old value of the interactor.
 void setNewValue(IlvManagerViewInteractor interactor)
          Changes the new value of the interactor.
 void setOldValue(IlvManagerViewInteractor interactor)
          Changes the old value of the interactor.
 
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

InteractorChangedEvent

public InteractorChangedEvent(IlvManagerView source,
                              IlvManagerViewInteractor oldValue,
                              IlvManagerViewInteractor newValue)
Creates the event.

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

getManagerView

public IlvManagerView getManagerView()
Returns the view of the manager that delivers the event.


getOldValue

public IlvManagerViewInteractor getOldValue()
Returns the old value of the interactor.


setOldValue

public void setOldValue(IlvManagerViewInteractor interactor)
Changes the old value of the interactor. In usual cases you do not have to call this method.

Parameters:
interactor - The interactor.

getNewValue

public IlvManagerViewInteractor getNewValue()
Returns the new value of the interactor.


setNewValue

public void setNewValue(IlvManagerViewInteractor interactor)
Changes the new value of the interactor. In usual cases you do not have to call this method.

Parameters:
interactor - The interactor.


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