|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
ilog.views.event.InteractorChangedEvent
public final class InteractorChangedEvent
An InteractorChangedEvent event is delivered to the listeners
of the interactors on a view of a manager.
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 |
|---|
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.| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||