ilog.cpl.graph
Interface NodeExpansionListener

All Superinterfaces:
EventListener

public interface NodeExpansionListener
extends EventListener

The listener that is notified when a subnetwork is expanded or collapsed in the view.

Since:
JTGO 4.0
See Also:
NodeExpansionEvent, IlpGraphView.addNodeExpansionListener(ilog.cpl.graph.NodeExpansionListener), IlpGraphView.removeNodeExpansionListener(ilog.cpl.graph.NodeExpansionListener)

Method Summary
 void nodeCollapsed(NodeExpansionEvent e)
          Called whenever a subnetwork in the view has been collapsed.
 void nodeExpanded(NodeExpansionEvent e)
          Called whenever a subnetwork in the view has been expanded.
 

Method Detail

nodeCollapsed

void nodeCollapsed(NodeExpansionEvent e)
Called whenever a subnetwork in the view has been collapsed.


nodeExpanded

void nodeExpanded(NodeExpansionEvent e)
Called whenever a subnetwork in the view has been expanded.



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