Package io.writeopia.sdk.model.action
Class BackstackAction.StoryStateChange
-
- All Implemented Interfaces:
-
io.writeopia.sdk.model.action.SingleAction
public final class BackstackAction.StoryStateChange extends BackstackAction implements SingleAction
A change in the state of the story, with the exception of a text change.
-
-
Constructor Summary
Constructors Constructor Description BackstackAction.StoryStateChange(StoryStep storyStep, Integer position)
-
Method Summary
Modifier and Type Method Description StoryStepgetStoryStep()IntegergetPosition()-
-
Constructor Detail
-
BackstackAction.StoryStateChange
BackstackAction.StoryStateChange(StoryStep storyStep, Integer position)
-
-
Method Detail
-
getStoryStep
StoryStep getStoryStep()
-
getPosition
Integer getPosition()
-
-
-
-