public class ManagerLayerNameEvent extends ManagerLayerPropertyEvent
source
Constructor and Description |
---|
ManagerLayerNameEvent(IlvManager manager,
IlvManagerLayer layer,
String oldName,
String newName)
Creates the event.
|
Modifier and Type | Method and Description |
---|---|
String |
getNewName()
Returns the new name of the layer.
|
String |
getOldName()
Returns the old name of the layer.
|
getNewValue, getOldValue
getLayer
getManager
getSource, toString
public ManagerLayerNameEvent(IlvManager manager, IlvManagerLayer layer, String oldName, String newName)
manager
- The manager source of the event.layer
- The layer whose name has changed.oldName
- Old value for layer name.newName
- New value for layer name.© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.