|
||||||||||
| 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.TransformerChangedEvent
public final class TransformerChangedEvent
An TransformerChangedEvent event is delivered to objects
that are listening to the modification of
the transformer of a view.
TransformerListener,
Serialized Form| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
TransformerChangedEvent(Object obj,
IlvTransformer oldValue,
IlvTransformer newValue)
Creates the event. |
|
| Method Summary | |
|---|---|
IlvTransformer |
getNewValue()
Returns the new value of the transformer. |
IlvTransformer |
getOldValue()
Returns the old value of the transformer. |
void |
setNewValue(IlvTransformer t)
Changes the new value of the transformer. |
void |
setOldValue(IlvTransformer t)
Changes the old value of the transformer. |
| 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 TransformerChangedEvent(Object obj,
IlvTransformer oldValue,
IlvTransformer newValue)
obj - The source of the event.oldValue - The old value of the transformer.newValue - The new value of the transformer.| Method Detail |
|---|
public final IlvTransformer getOldValue()
public final void setOldValue(IlvTransformer t)
public final IlvTransformer getNewValue()
public final void setNewValue(IlvTransformer t)
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||