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

All Superinterfaces:
EventListener

public interface GraphEventListener<V,E>
extends EventListener


Method Summary
 void handleGraphEvent(GraphEvent<V,E> evt)
           
 

Method Detail

handleGraphEvent

void handleGraphEvent(GraphEvent<V,E> evt)


Copyright © 2008 null. All Rights Reserved.