|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
salvo.jesus.graph.GraphRemoveVertexEvent
public class GraphRemoveVertexEvent
This event is used to notify interested parties that a Vertex object is about to be removed from a Graph object.
Field Summary | |
---|---|
(package private) Vertex |
vertex
The Vertex object that is about to be removed from a Graph object |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
GraphRemoveVertexEvent(java.lang.Object source,
Vertex vertextoremove)
Creates a GraphRemoveVertexEvent object indicating the source of the event and the Vertex is about to be removed from a Graph object |
Method Summary | |
---|---|
Vertex |
getVertex()
Returns the Vertex object is about to be removed from a Graph object |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
Vertex vertex
Constructor Detail |
---|
public GraphRemoveVertexEvent(java.lang.Object source, Vertex vertextoremove)
source
- source of the event. This is usually the Graph object
where the Vertex object is to be removednewvertex
- Vertex object that is about to be removed from a Graph objectMethod Detail |
---|
public Vertex getVertex()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |