edu.uci.ics.jung.graph.event
Class GraphEventType.VertexRemoval

java.lang.Object
  extended by edu.uci.ics.jung.graph.event.GraphEventType.VertexRemoval
All Implemented Interfaces:
GraphEventType
Enclosing interface:
GraphEventType

public static class GraphEventType.VertexRemoval
extends Object
implements GraphEventType


Nested Class Summary
 
Nested classes/interfaces inherited from interface edu.uci.ics.jung.graph.event.GraphEventType
GraphEventType.AllSingleEvents, GraphEventType.EdgeAddition, GraphEventType.EdgeRemoval, GraphEventType.VertexAddition, GraphEventType.VertexRemoval
 
Field Summary
 
Fields inherited from interface edu.uci.ics.jung.graph.event.GraphEventType
ALL_SINGLE_EVENTS, EDGE_ADDITION, EDGE_REMOVAL, VERTEX_ADDITION, VERTEX_REMOVAL
 
Constructor Summary
GraphEventType.VertexRemoval()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GraphEventType.VertexRemoval

public GraphEventType.VertexRemoval()
Method Detail

toString

public String toString()
Overrides:
toString in class Object