com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.foundation.eventlogic
Class ActivityMarkerGraphicsEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<ActivityMarkerHandler>
      extended by com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.foundation.eventlogic.ActivityMarkerGraphicsEvent

public class ActivityMarkerGraphicsEvent
extends com.google.gwt.event.shared.GwtEvent<ActivityMarkerHandler>


Nested Class Summary
static class ActivityMarkerGraphicsEvent.OpType
           
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Constructor Summary
protected ActivityMarkerGraphicsEvent(ActivityMarkerGraphicsEvent.OpType opType, Activity.ActivityMarkerGraphic target)
           
 
Method Summary
protected  void dispatch(ActivityMarkerHandler handler)
           
static void fireAddActivityMarkerGraphic(HasActivityMarkersHandlers source, Activity.ActivityMarkerGraphic marker)
           
static void fireRemoveActivityMarkerGraphic(HasActivityMarkersHandlers source, Activity.ActivityMarkerGraphic marker)
           
 com.google.gwt.event.shared.GwtEvent.Type<ActivityMarkerHandler> getAssociatedType()
           
 Activity.ActivityMarkerGraphic getMarker()
           
 ActivityMarkerGraphicsEvent.OpType getOperation()
           
static com.google.gwt.event.shared.GwtEvent.Type<ActivityMarkerHandler> getType()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActivityMarkerGraphicsEvent

protected ActivityMarkerGraphicsEvent(ActivityMarkerGraphicsEvent.OpType opType,
                                      Activity.ActivityMarkerGraphic target)
Method Detail

getType

public static com.google.gwt.event.shared.GwtEvent.Type<ActivityMarkerHandler> getType()

fireAddActivityMarkerGraphic

public static void fireAddActivityMarkerGraphic(HasActivityMarkersHandlers source,
                                                Activity.ActivityMarkerGraphic marker)

fireRemoveActivityMarkerGraphic

public static void fireRemoveActivityMarkerGraphic(HasActivityMarkersHandlers source,
                                                   Activity.ActivityMarkerGraphic marker)

dispatch

protected void dispatch(ActivityMarkerHandler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<ActivityMarkerHandler>

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<ActivityMarkerHandler> getAssociatedType()
Specified by:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ActivityMarkerHandler>

getOperation

public ActivityMarkerGraphicsEvent.OpType getOperation()

getMarker

public Activity.ActivityMarkerGraphic getMarker()


Copyright © 2010 eBM WebSourcing. All Rights Reserved.