public abstract class ManagerLayerPropertyEvent extends ManagerLayerEvent
ManagerLayerListener
,
Serialized Formsource
Constructor and Description |
---|
ManagerLayerPropertyEvent(IlvManager manager,
IlvManagerLayer layer,
Object oldValue,
Object newValue)
Creates the event.
|
Modifier and Type | Method and Description |
---|---|
Object |
getNewValue()
Returns the new value of the property.
|
Object |
getOldValue()
Returns the old value of the property.
|
getLayer
getManager
getSource, toString
public ManagerLayerPropertyEvent(IlvManager manager, IlvManagerLayer layer, Object oldValue, Object newValue)
manager
- The manager source of the event.layer
- The layer whose property has changed.oldValue
- Old value for layer property.newValue
- New value for layer property.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.