public final class InteractorChangedEvent extends EventObject
InteractorChangedEvent
event is delivered to the listeners
of the interactors on a view of a manager.InteractorListener
,
Serialized Formsource
Constructor and Description |
---|
InteractorChangedEvent(IlvManagerView source,
IlvManagerViewInteractor oldValue,
IlvManagerViewInteractor newValue)
Creates the event.
|
Modifier and Type | Method and Description |
---|---|
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.
|
getSource, toString
public InteractorChangedEvent(IlvManagerView source, IlvManagerViewInteractor oldValue, IlvManagerViewInteractor newValue)
source
- The source of the event.oldValue
- The old value of the interactor.newValue
- The new value of the interactor.public IlvManagerView getManagerView()
public IlvManagerViewInteractor getOldValue()
public void setOldValue(IlvManagerViewInteractor interactor)
interactor
- The interactor.public IlvManagerViewInteractor getNewValue()
public void setNewValue(IlvManagerViewInteractor interactor)
interactor
- The interactor.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.