ilog.views.event
Class ManagerChangedEvent
java.lang.Object
java.util.EventObject
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
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.
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.