public final class ManagerChangedEvent extends EventObject
ManagerChangedEvent
event is delivered to the listeners
that needs to observe the modifications of the manager
displayed by a view (IlvManagerView
).ManagerChangedListener
,
Serialized Formsource
Constructor and Description |
---|
ManagerChangedEvent(IlvManagerView source,
IlvManager oldValue,
IlvManager newValue)
Creates the event.
|
Modifier and Type | Method and Description |
---|---|
IlvManagerView |
getManagerView()
Returns the view whose manager has changed.
|
IlvManager |
getNewValue()
Returns the new manager.
|
IlvManager |
getOldValue()
Returns the old manager.
|
getSource, toString
public ManagerChangedEvent(IlvManagerView source, IlvManager oldValue, IlvManager newValue)
source
- The source of the event.oldValue
- The old value of the manager.newValue
- The new value of the manager.public IlvManagerView getManagerView()
public IlvManager getOldValue()
public IlvManager getNewValue()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.