wt.clients.beans.graph
Class GraphSelectionModelEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bywt.clients.beans.graph.GraphSelectionModelEvent
All Implemented Interfaces:
Serializable

public class GraphSelectionModelEvent
extends EventObject
implements Serializable

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private  GraphLink link
           
protected static String LINK
          Label for the attribute.
private  GraphNode node
           
protected static String NODE
          Label for the attribute.
private static String RESOURCE
           
private static String versionID
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
GraphSelectionModelEvent(GraphSelectionModel pSource, GraphNode pNode, GraphLink pLink)
           
 
Method Summary
 GraphLink getLink()
           
 GraphNode getNode()
           
 
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

CLASSNAME

private static final String CLASSNAME

versionID

private static final String versionID
See Also:
Constant Field Values

NODE

protected static final String NODE
Label for the attribute.

See Also:
Constant Field Values

node

private GraphNode node

LINK

protected static final String LINK
Label for the attribute.

See Also:
Constant Field Values

link

private GraphLink link

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values
Constructor Detail

GraphSelectionModelEvent

public GraphSelectionModelEvent(GraphSelectionModel pSource,
                                GraphNode pNode,
                                GraphLink pLink)
Parameters:
pSource -
pNode -
pLink -
Method Detail

getNode

public GraphNode getNode()
Returns:
GraphNode

getLink

public GraphLink getLink()
Returns:
GraphLink