Interface FlowableMessageUpdatedEvent
-
- All Superinterfaces:
FlowableEngageEvent
,FlowableEvent
- All Known Implementing Classes:
FlowableMessageUpdateEventImpl
public interface FlowableMessageUpdatedEvent extends FlowableEngageEvent
- Author:
- Luis Belloch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Message
getMessage()
The message that was updatedString
getUserId()
The id of the user that is doing the update action-
Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType
-
-