ChartDirector
Class HotSpotMotionAdapter

java.lang.Object
  extended by ChartDirector.HotSpotMotionAdapter
All Implemented Interfaces:
HotSpotMotionListener, java.util.EventListener

public abstract class HotSpotMotionAdapter
extends java.lang.Object
implements HotSpotMotionListener


Constructor Summary
HotSpotMotionAdapter()
           
 
Method Summary
 void hotSpotDragged(HotSpotEvent e)
           
 void hotSpotMoved(HotSpotEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotSpotMotionAdapter

public HotSpotMotionAdapter()
Method Detail

hotSpotDragged

public void hotSpotDragged(HotSpotEvent e)
Specified by:
hotSpotDragged in interface HotSpotMotionListener

hotSpotMoved

public void hotSpotMoved(HotSpotEvent e)
Specified by:
hotSpotMoved in interface HotSpotMotionListener