info.aduna.linkmap
Class LinkMapListenerAdapter

java.lang.Object
  extended by info.aduna.linkmap.LinkMapListenerAdapter
All Implemented Interfaces:
LinkMapListener

public class LinkMapListenerAdapter
extends Object
implements LinkMapListener

Class providing no-op implementations of LinkMapListener.


Constructor Summary
LinkMapListenerAdapter()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkMapListenerAdapter

public LinkMapListenerAdapter()
Method Detail

derivedGraphChanged

public void derivedGraphChanged(LinkMap map)
Description copied from interface: LinkMapListener
Signals that the derived Graph has been changed. This is the Graph calculated after applying the Transforms and the one that is displayed.

Specified by:
derivedGraphChanged in interface LinkMapListener

graphLayoutStarted

public void graphLayoutStarted(LinkMap map)
Description copied from interface: LinkMapListener
Indicates that the layout algorithm for the Graph has started.

Specified by:
graphLayoutStarted in interface LinkMapListener

graphLayoutFinished

public void graphLayoutFinished(LinkMap map)
Description copied from interface: LinkMapListener
Indicates that the layout algorithm for the Graph has finished.

Specified by:
graphLayoutFinished in interface LinkMapListener

renderingChanged

public void renderingChanged(LinkMap map)
Description copied from interface: LinkMapListener
Indicates that the current rendering of the Graph has changed.

Specified by:
renderingChanged in interface LinkMapListener


Copyright © 1997-2008 Aduna. All Rights Reserved.