ilog.cpl.graph
Class NodeExpansionEvent
java.lang.Object
java.util.EventObject
ilog.util.IlEventObject
ilog.cpl.graph.NodeExpansionEvent
- All Implemented Interfaces:
- Serializable
public class NodeExpansionEvent
- extends IlEventObject
A NodeExpansionEvent event is fired by the view when a
subnetwork is expanded or collapsed.
- Since:
- JTGO 4.0
- See Also:
NodeExpansionListener,
Serialized Form
NodeExpansionEvent
public NodeExpansionEvent(IlpGraphView source,
NodeExpansionEvent.Type type,
IlpRepresentationObject object)
- Creates an event.
- Parameters:
source - The view.type - One of COLLAPSED or EXPANDED type.object - The object that has been collapsed or expanded.
getView
public IlpGraphView getView()
- Returns the view in which the event has occurred.
getObject
public IlpRepresentationObject getObject()
- Returns the object that has been collapsed or expanded.
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.