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 MessagegetMessage()The message that was updatedStringgetUserId()The id of the user that is doing the update action-
Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType
-
-