ccvisu
Interface GraphEventListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
FrameDisplay

public interface GraphEventListener
extends java.util.EventListener

Interface for classes that receive GraphEvent (i.e. the graph has changed) The purpose of this interface is providing a clean way to animate the graph while minimizing it.

Version:
$Revision: 1.5 $; $Date: 2007/12/15 01:20:50 $
Author:
Damien Zufferey

Method Summary
 void onGraphEvent(GraphEvent evt)
           
 

Method Detail

onGraphEvent

void onGraphEvent(GraphEvent evt)