| Package | Description | 
|---|---|
| org.activiti.engine.delegate.event | |
| org.activiti.engine.delegate.event.impl | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ActivitiProcessStartedEvent
An  
ActivitiEvent related to start event being sent when activiti process
 instance is started. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ActivitiEntityWithVariablesEventImpl
Base class for all  
ActivitiEntityEvent implementations, related to entities with variables. | 
class  | 
ActivitiProcessStartedEventImpl
An  
ActivitiCancelledEvent implementation. | 
| Modifier and Type | Method and Description | 
|---|---|
static ActivitiEntityWithVariablesEvent | 
ActivitiEventBuilder.createEntityWithVariablesEvent(ActivitiEventType type,
                              Object entity,
                              Map variables,
                              boolean localScope)  | 
Copyright © 2017 Flowable. All rights reserved.