com.partnersoft.v3x.apps.MapBrowser
Class MapMotionCaster

java.lang.Object
  extended by com.partnersoft.v3x.apps.MapBrowser.MapMotionCaster

public class MapMotionCaster
extends java.lang.Object

A Multicaster for MapMouseEvents pertaining to motion.


Constructor Summary
MapMotionCaster()
           
 
Method Summary
 void addMapMotionListener(MapMotionListener listener)
           
 void dispatchEvent(MapMouseEvent evt)
           
 void removeMapMotionListener(MapMotionListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapMotionCaster

public MapMotionCaster()
Method Detail

dispatchEvent

public void dispatchEvent(MapMouseEvent evt)

addMapMotionListener

public void addMapMotionListener(MapMotionListener listener)

removeMapMotionListener

public void removeMapMotionListener(MapMotionListener listener)