public class WorkflowToolChangedEvent extends Object implements Event<WorkflowToolChangedHandler>
Event.Type<H>| Modifier and Type | Field and Description |
|---|---|
static Event.Type<WorkflowToolChangedHandler> |
TYPE |
| Constructor and Description |
|---|
WorkflowToolChangedEvent(WorkflowTool tool) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(WorkflowToolChangedHandler handler) |
Event.Type<WorkflowToolChangedHandler> |
getEventType() |
WorkflowTool |
getTool() |
public static Event.Type<WorkflowToolChangedHandler> TYPE
public WorkflowToolChangedEvent(WorkflowTool tool)
public WorkflowTool getTool()
public Event.Type<WorkflowToolChangedHandler> getEventType()
getEventType in interface Event<WorkflowToolChangedHandler>public void dispatch(WorkflowToolChangedHandler handler)
dispatch in interface Event<WorkflowToolChangedHandler>Copyright © 2017. All rights reserved.