Interface StartSeff
-
- All Known Implementing Classes:
SeffCreator
public interface StartSeffThis interface is merely used for control flow purposes making sure that a body behaviour always starts with a start action.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartActionCreatorwithStartAction()Creates aStartAction.
-
-
-
Method Detail
-
withStartAction
StartActionCreator withStartAction()
Creates aStartAction.- Returns:
- the start action in the making
-
-