Class StartMessageDeployedEvents
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.activiti.api.runtime.event.impl.StartMessageDeployedEvents
- All Implemented Interfaces:
Serializable
public class StartMessageDeployedEvents
extends org.springframework.context.ApplicationEvent
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionStartMessageDeployedEvents(List<org.activiti.api.process.model.events.StartMessageDeployedEvent> processDeployedEvents) -
Method Summary
Modifier and TypeMethodDescriptionfinal List<org.activiti.api.process.model.events.StartMessageDeployedEvent> Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
StartMessageDeployedEvents
public StartMessageDeployedEvents(List<org.activiti.api.process.model.events.StartMessageDeployedEvent> processDeployedEvents)
-
-
Method Details
-
getStartMessageDeployedEvents
public final List<org.activiti.api.process.model.events.StartMessageDeployedEvent> getStartMessageDeployedEvents()
-