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