public final class TransformerChangedEvent extends EventObject
TransformerChangedEvent
event is delivered to objects
that are listening to the modification of
the transformer of a view.TransformerListener
,
Serialized Formsource
Constructor and Description |
---|
TransformerChangedEvent(Object obj,
IlvTransformer oldValue,
IlvTransformer newValue)
Creates the event.
|
Modifier and Type | Method and Description |
---|---|
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.
|
getSource, toString
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.public final IlvTransformer getOldValue()
public final void setOldValue(IlvTransformer t)
public final IlvTransformer getNewValue()
public final void setNewValue(IlvTransformer t)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.