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