org.globus.cog.gui.grapheditor.util
Class EventDispatchHelper

java.lang.Object
  extended byorg.globus.cog.gui.grapheditor.util.EventDispatchHelper

public class EventDispatchHelper
extends Object


Constructor Summary
EventDispatchHelper()
           
 
Method Summary
static void fireActionEvent(List listeners, ActionEvent pce)
           
static void fireCanvasActionEvent(List listeners, CanvasActionEvent mie)
           
static void firePropertyChangeEvent(List listeners, PropertyChangeEvent pce)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventDispatchHelper

public EventDispatchHelper()
Method Detail

firePropertyChangeEvent

public static void firePropertyChangeEvent(List listeners,
                                           PropertyChangeEvent pce)

fireActionEvent

public static void fireActionEvent(List listeners,
                                   ActionEvent pce)

fireCanvasActionEvent

public static void fireCanvasActionEvent(List listeners,
                                         CanvasActionEvent mie)