org.globus.cog.gui.grapheditor.util.swing
Class MouseEventDispatcher

java.lang.Object
  extended byorg.globus.cog.gui.grapheditor.util.swing.MouseEventDispatcher

public class MouseEventDispatcher
extends Object


Constructor Summary
MouseEventDispatcher()
           
 
Method Summary
static void dispatchMouseEvent(MouseEvent e, MouseListener l)
           
static void dispatchMouseMotionEvent(MouseEvent e, MouseMotionListener l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MouseEventDispatcher

public MouseEventDispatcher()
Method Detail

dispatchMouseEvent

public static void dispatchMouseEvent(MouseEvent e,
                                      MouseListener l)

dispatchMouseMotionEvent

public static void dispatchMouseMotionEvent(MouseEvent e,
                                            MouseMotionListener l)