ilog.views.event
Class ManagerLayerNameEvent
java.lang.Object
java.util.EventObject
ilog.views.event.ManagerEvent
ilog.views.event.ManagerLayerEvent
ilog.views.event.ManagerLayerPropertyEvent
ilog.views.event.ManagerLayerNameEvent
- All Implemented Interfaces:
- Serializable
public class ManagerLayerNameEvent
- extends ManagerLayerPropertyEvent
An event that indicates that the name of a layer
has changed.
- See Also:
ManagerLayerListener,
IlvManager.setLayerName(int, java.lang.String),
Serialized Form
ManagerLayerNameEvent
public ManagerLayerNameEvent(IlvManager manager,
IlvManagerLayer layer,
String oldName,
String newName)
- Creates the event.
- Parameters:
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.
getOldName
public String getOldName()
- Returns the old name of the layer.
getNewName
public String getNewName()
- Returns the new name of the layer.
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.