Package com.comalatech.workflow.event
Interface StateChangeEvent
- All Superinterfaces:
com.atlassian.confluence.event.events.content.Contented
,WorkflowEvent
This event is fired when the state of a content object is changed
-
Method Summary
Methods inherited from interface com.atlassian.confluence.event.events.content.Contented
getContent
Methods inherited from interface com.comalatech.workflow.event.WorkflowEvent
getState
-
Method Details
-
getPreviousEvent
State getPreviousEvent()Provides the preceding state- Returns:
- the preceding state, or null if none exists
-