ilog.views.event
Class ManagerLayerPropertyEvent
java.lang.Object
java.util.EventObject
ilog.views.event.ManagerEvent
ilog.views.event.ManagerLayerEvent
ilog.views.event.ManagerLayerPropertyEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ManagerLayerNameEvent, ManagerLayerSelectableEvent, ManagerLayerVisibilityEvent
public abstract class ManagerLayerPropertyEvent
- extends ManagerLayerEvent
An event that indicates that a property of a layer
has changed.
- See Also:
ManagerLayerListener,
Serialized Form
ManagerLayerPropertyEvent
public ManagerLayerPropertyEvent(IlvManager manager,
IlvManagerLayer layer,
Object oldValue,
Object newValue)
- Creates the event.
- Parameters:
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.
getOldValue
public Object getOldValue()
- Returns the old value of the property.
getNewValue
public Object getNewValue()
- Returns the new value of the property.
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.