ilog.views.graphlayout
Interface GraphLayoutEventListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
IlvJGraphLayoutProgressBar, IlvMultipleLayout, IlvRecursiveLayout, IlvRecursiveMultipleLayout

public interface GraphLayoutEventListener
extends EventListener

GraphLayoutEventListener defines the interface for an object that is to be notified after each step or iteration of a layout algorithm.

See Also:
GraphLayoutEvent, GraphLayoutEvent.getLayoutReport(), IlvGraphLayout.addGraphLayoutEventListener(ilog.views.graphlayout.GraphLayoutEventListener), IlvGraphLayout.removeGraphLayoutEventListener(ilog.views.graphlayout.GraphLayoutEventListener)

Method Summary
 void layoutStepPerformed(GraphLayoutEvent event)
          This method is called by the subclasses of IlvGraphLayout to notify the user of the behavior of the layout algorithm.
 

Method Detail

layoutStepPerformed

void layoutStepPerformed(GraphLayoutEvent event)
This method is called by the subclasses of IlvGraphLayout to notify the user of the behavior of the layout algorithm.

Parameters:
event - The layout event that may contain information about the behavior of the layout algorithm
See Also:
GraphLayoutEvent.getLayoutReport()


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