com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.foundation.eventlogic
Class ActivityMarkerGraphicsEvent
java.lang.Object
com.google.gwt.event.shared.GwtEvent<ActivityMarkerHandler>
com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.foundation.eventlogic.ActivityMarkerGraphicsEvent
public class ActivityMarkerGraphicsEvent
- extends com.google.gwt.event.shared.GwtEvent<ActivityMarkerHandler>
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
com.google.gwt.event.shared.GwtEvent.Type<H> |
| 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 |
ActivityMarkerGraphicsEvent
protected ActivityMarkerGraphicsEvent(ActivityMarkerGraphicsEvent.OpType opType,
Activity.ActivityMarkerGraphic target)
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.