JComponentPack 1.5.0

com.zfqjava.chart.event
Class LinkEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.zfqjava.chart.event.LinkEvent
All Implemented Interfaces:
Serializable

public class LinkEvent
extends EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
LinkEvent(Object source, Link link, Node startNode, Node endNode)
          Constructs a prototypical Event.
 
Method Summary
 Node getEndNode()
           
 Link getLink()
           
 Node getStartNode()
           
 void setLink(Link link)
           
 
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
 

Constructor Detail

LinkEvent

public LinkEvent(Object source,
                 Link link,
                 Node startNode,
                 Node endNode)
Constructs a prototypical Event.

Parameters:
source - The object on which the Event initially occurred.
Method Detail

getLink

public Link getLink()

setLink

public void setLink(Link link)

getStartNode

public Node getStartNode()

getEndNode

public Node getEndNode()

JComponentPack 1.5.0

Send your Feedback
JComponentPack 1.5.0
Copyright © 2001-2007 Extreme Component, Inc. All rights reserved.