com.ebmwebsourcing.petalsbpm.definitionseditor.definitions.events
Class AddMessageEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<DefinitionsHandler>
      extended by com.ebmwebsourcing.petalsbpm.definitionseditor.definitions.events.AddMessageEvent

public class AddMessageEvent
extends com.google.gwt.event.shared.GwtEvent<DefinitionsHandler>


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<DefinitionsHandler> TYPE
           
 
Constructor Summary
AddMessageEvent(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IMessageBean messageBean)
           
 
Method Summary
protected  void dispatch(DefinitionsHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<DefinitionsHandler> getAssociatedType()
           
 com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IMessageBean getMsgBean()
           
 
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<DefinitionsHandler> TYPE
Constructor Detail

AddMessageEvent

public AddMessageEvent(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IMessageBean messageBean)
Method Detail

getMsgBean

public com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IMessageBean getMsgBean()

dispatch

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

getAssociatedType

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


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