ilog.views.event
Class ManagerLayerPropertyEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ilog.views.event.ManagerEvent
          extended by ilog.views.event.ManagerLayerEvent
              extended by 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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ManagerLayerPropertyEvent(IlvManager manager, IlvManagerLayer layer, Object oldValue, Object newValue)
          Creates the event.
 
Method Summary
 Object getNewValue()
          Returns the new value of the property.
 Object getOldValue()
          Returns the old value of the property.
 
Methods inherited from class ilog.views.event.ManagerLayerEvent
getLayer
 
Methods inherited from class ilog.views.event.ManagerEvent
getManager
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.
Method Detail

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.