onPostActions abstract method
- List<
PostAction> postActions
Called whenever PostAction's are available.
Note that PostAction's are performed after the arrival at the end of a section.
postActionsThe post actions that should be performed.
Implementation
void onPostActions(List<PostAction> postActions);