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

java.lang.Object
  extended byedu.uci.ics.jung.graph.event.GraphEventType.AllSingleEvents
All Implemented Interfaces:
GraphEventType
Enclosing class:
GraphEventType

public static class GraphEventType.AllSingleEvents
extends java.lang.Object
implements GraphEventType


Nested Class Summary
 
Nested classes inherited from class 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.AllSingleEvents()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GraphEventType.AllSingleEvents

public GraphEventType.AllSingleEvents()
Method Detail

toString

public java.lang.String toString()