com.ebmwebsourcing.petalsbpm.definitionseditor.common.events
Class PropertyUpdateEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<CommonHandler>
      extended by com.ebmwebsourcing.petalsbpm.definitionseditor.common.events.PropertyUpdateEvent

public class PropertyUpdateEvent
extends com.google.gwt.event.shared.GwtEvent<CommonHandler>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Field Summary
static com.google.gwt.event.shared.GwtEvent.Type<CommonHandler> TYPE
           
 
Constructor Summary
PropertyUpdateEvent(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.foundation.IBaseElementBean baseElement)
           
PropertyUpdateEvent(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IDefinitionsBean definitionsBean)
           
 
Method Summary
protected  void dispatch(CommonHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<CommonHandler> getAssociatedType()
           
 com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.foundation.IBaseElementBean getBaseElement()
           
 com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IDefinitionsBean getDefinitions()
           
 
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
 

Field Detail

TYPE

public static com.google.gwt.event.shared.GwtEvent.Type<CommonHandler> TYPE
Constructor Detail

PropertyUpdateEvent

public PropertyUpdateEvent(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.foundation.IBaseElementBean baseElement)

PropertyUpdateEvent

public PropertyUpdateEvent(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IDefinitionsBean definitionsBean)
Method Detail

getDefinitions

public com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IDefinitionsBean getDefinitions()

dispatch

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

getBaseElement

public com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.foundation.IBaseElementBean getBaseElement()

getAssociatedType

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


Copyright © 2010-2011 eBM WebSourcing. All Rights Reserved.