ccvisu
Class GraphEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ccvisu.GraphEvent
All Implemented Interfaces:
java.io.Serializable

public class GraphEvent
extends java.util.EventObject

An Event class to notify that chages on the graph where made used by Minimizer and/or subclasses

Version:
$Revision: 1.3 $; $Date: 2006/11/25 10:41:07 $
Author:
Damien Zufferey
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
GraphEvent(java.lang.Object source)
          Constructor
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

GraphEvent

public GraphEvent(java.lang.Object source)
Constructor

Parameters:
source - the source of the event