org.gcube.portlets.admin.wftemplates.client.event
Class AddStepEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<AddStepEventHandler>
org.gcube.portlets.admin.wftemplates.client.event.AddStepEvent
public class AddStepEvent
- extends com.google.gwt.event.shared.GwtEvent<AddStepEventHandler>
AddStepEvent
is the event fired in case of new add step button clicked
- Version:
- May 2011 (0.1)
- Author:
- Massimiliano Assante, ISTI-CNR - massimiliano.assante@isti.cnr.it
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 |
Methods inherited from class com.google.web.bindery.event.shared.Event |
setSource, toDebugString, toString |
TYPE
public static com.google.gwt.event.shared.GwtEvent.Type<AddStepEventHandler> TYPE
AddStepEvent
public AddStepEvent(String name,
String desc)
getName
public String getName()
getDescription
public String getDescription()
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<AddStepEventHandler> getAssociatedType()
- Overrides:
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<AddStepEventHandler>
dispatch
protected void dispatch(AddStepEventHandler handler)
- Specified by:
dispatch
in class com.google.gwt.event.shared.GwtEvent<AddStepEventHandler>
Copyright © 2013. All Rights Reserved.