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

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

public class NameEvent
extends com.google.gwt.event.shared.GwtEvent<NameHandler>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Constructor Summary
protected NameEvent(HasNameHandlers source, java.lang.String newName)
           
 
Method Summary
protected  void dispatch(NameHandler handler)
           
static void fire(HasNameHandlers source, java.lang.String newName)
           
 com.google.gwt.event.shared.GwtEvent.Type<NameHandler> getAssociatedType()
           
 java.lang.String getNewName()
           
static com.google.gwt.event.shared.GwtEvent.Type<NameHandler> 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

NameEvent

protected NameEvent(HasNameHandlers source,
                    java.lang.String newName)
Method Detail

getType

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

getAssociatedType

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

fire

public static void fire(HasNameHandlers source,
                        java.lang.String newName)

dispatch

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

getNewName

public java.lang.String getNewName()


Copyright © 2010 eBM WebSourcing. All Rights Reserved.