ilog.views.graphlayout
Interface GraphLayoutParameterEventListener

All Superinterfaces:
EventListener

public interface GraphLayoutParameterEventListener
extends EventListener

GraphLayoutParameterEventListener defines the interface for an object that is to be notified whenever any layout parameter changes.

Since:
JViews 3.5
See Also:
GraphLayoutParameterEvent, IlvGraphLayout.setParametersUpToDate(boolean), IlvGraphLayout.addGraphLayoutParameterEventListener(GraphLayoutParameterEventListener), IlvGraphLayout.removeGraphLayoutParameterEventListener(GraphLayoutParameterEventListener)

Method Summary
 void parametersUpToDate(GraphLayoutParameterEvent event)
          This method is called by the subclasses of IlvGraphLayout to notify the user that a layout parameter has changed.
 

Method Detail

parametersUpToDate

void parametersUpToDate(GraphLayoutParameterEvent event)
This method is called by the subclasses of IlvGraphLayout to notify the user that a layout parameter has changed.

Parameters:
event - The layout event that contains information whether parameters are considered up-to-date or out-of-date.
See Also:
IlvGraphLayout.setParametersUpToDate(boolean)


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