edu.uci.ics.jung.graph.event
Class GraphEvent.Edge<V,E>

java.lang.Object
  extended by edu.uci.ics.jung.graph.event.GraphEvent<V,E>
      extended by edu.uci.ics.jung.graph.event.GraphEvent.Edge<V,E>
Enclosing class:
GraphEvent<V,E>

public static class GraphEvent.Edge<V,E>
extends GraphEvent<V,E>

An event type pertaining to graph edges.


Nested Class Summary
 
Nested classes/interfaces inherited from class edu.uci.ics.jung.graph.event.GraphEvent
GraphEvent.Edge<V,E>, GraphEvent.Type, GraphEvent.Vertex<V,E>
 
Field Summary
protected  E edge
           
 
Fields inherited from class edu.uci.ics.jung.graph.event.GraphEvent
source, type
 
Constructor Summary
GraphEvent.Edge(Graph<V,E> source, GraphEvent.Type type, E edge)
          Creates a graph event for the specified graph, edge, and type.
 
Method Summary
 E getEdge()
          Retrieves the edge associated with this event.
 String toString()
           
 
Methods inherited from class edu.uci.ics.jung.graph.event.GraphEvent
getSource, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

edge

protected E edge
Constructor Detail

GraphEvent.Edge

public GraphEvent.Edge(Graph<V,E> source,
                       GraphEvent.Type type,
                       E edge)
Creates a graph event for the specified graph, edge, and type.

Method Detail

getEdge

public E getEdge()
Retrieves the edge associated with this event.


toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009. All Rights Reserved.