ilog.views.event
Class ManagerLayerSelectableEvent

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
                  extended by ilog.views.event.ManagerLayerSelectableEvent
All Implemented Interfaces:
Serializable

public class ManagerLayerSelectableEvent
extends ManagerLayerPropertyEvent

An event that indicates that the selectable state of a layer has changed.

See Also:
ManagerLayerListener, IlvManager.setSelectable(int, boolean), Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ManagerLayerSelectableEvent(IlvManager manager, IlvManagerLayer layer, boolean oldvalue, boolean newvalue)
          Creates the event.
 
Method Summary
 boolean getNewState()
          Returns the new selectable state of the layer.
 boolean getOldState()
          Returns the old selectable state of the layer.
 
Methods inherited from class ilog.views.event.ManagerLayerPropertyEvent
getNewValue, getOldValue
 
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

ManagerLayerSelectableEvent

public ManagerLayerSelectableEvent(IlvManager manager,
                                   IlvManagerLayer layer,
                                   boolean oldvalue,
                                   boolean newvalue)
Creates the event.

Parameters:
manager - The manager source of the event.
layer - The layer whose selectable state has changed.
oldvalue - Old value for selectable state.
newvalue - New value for selectable state.
Method Detail

getOldState

public boolean getOldState()
Returns the old selectable state of the layer.


getNewState

public boolean getNewState()
Returns the new selectable state of the layer.



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.