edu.uci.ics.jung.graph.event
Interface GraphEventListener<V,E>

All Superinterfaces:
EventListener

public interface GraphEventListener<V,E>
extends EventListener

An interface for classes that listen for graph events.


Method Summary
 void handleGraphEvent(GraphEvent<V,E> evt)
          Method called by the process generating a graph event to which this instance is listening.
 

Method Detail

handleGraphEvent

void handleGraphEvent(GraphEvent<V,E> evt)
Method called by the process generating a graph event to which this instance is listening. The implementor of this interface is responsible for deciding what behavior is appropriate.



Copyright © 2011. All Rights Reserved.