ccvisu
Interface GraphEventListener

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

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.3 $; $Date: 2006/11/25 10:41:07 $
Author:
Damien Zufferey

Method Summary
 void onGraphEvent(GraphEvent evt)
           
 

Method Detail

onGraphEvent

void onGraphEvent(GraphEvent evt)