Class WorkflowLoadInstancesEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<WorkflowAppEventHandler>
-
- org.silverpeas.mobile.client.apps.workflow.events.app.AbstractWorkflowAppEvent
-
- org.silverpeas.mobile.client.apps.workflow.events.app.WorkflowLoadInstancesEvent
-
public class WorkflowLoadInstancesEvent extends AbstractWorkflowAppEvent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
-
-
Field Summary
-
Fields inherited from class org.silverpeas.mobile.client.apps.workflow.events.app.AbstractWorkflowAppEvent
TYPE
-
-
Constructor Summary
Constructors Constructor Description WorkflowLoadInstancesEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
dispatch(WorkflowAppEventHandler handler)
String
getRole()
void
setRole(String role)
-
Methods inherited from class org.silverpeas.mobile.client.apps.workflow.events.app.AbstractWorkflowAppEvent
getAssociatedType
-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Method Detail
-
dispatch
protected void dispatch(WorkflowAppEventHandler handler)
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<WorkflowAppEventHandler>
-
getRole
public String getRole()
-
setRole
public void setRole(String role)
-
-