info.aduna.linkmap
Interface LinkMapListener

All Known Implementing Classes:
LinkMapListenerAdapter, LinkMapUI

public interface LinkMapListener

LinkMapListeners are notified by a LinkMap when its state changes, as a direct result of a method invocation on the LinkMap.


Method Summary
 void derivedGraphChanged(LinkMap map)
          Signals that the derived Graph has been changed.
 void graphLayoutFinished(LinkMap map)
          Indicates that the layout algorithm for the Graph has finished.
 void graphLayoutStarted(LinkMap map)
          Indicates that the layout algorithm for the Graph has started.
 void renderingChanged(LinkMap map)
          Indicates that the current rendering of the Graph has changed.
 

Method Detail

derivedGraphChanged

void derivedGraphChanged(LinkMap map)
Signals that the derived Graph has been changed. This is the Graph calculated after applying the Transforms and the one that is displayed.


graphLayoutStarted

void graphLayoutStarted(LinkMap map)
Indicates that the layout algorithm for the Graph has started.


graphLayoutFinished

void graphLayoutFinished(LinkMap map)
Indicates that the layout algorithm for the Graph has finished.


renderingChanged

void renderingChanged(LinkMap map)
Indicates that the current rendering of the Graph has changed.



Copyright © 1997-2008 Aduna. All Rights Reserved.