ilog.views.event
Class ManagerLayerSelectableEvent
java.lang.Object
java.util.EventObject
ilog.views.event.ManagerEvent
ilog.views.event.ManagerLayerEvent
ilog.views.event.ManagerLayerPropertyEvent
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
|
Method Summary |
boolean |
getNewState()
Returns the new selectable state of the layer. |
boolean |
getOldState()
Returns the old selectable state of the layer. |
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.
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.