onPostActions abstract method

void onPostActions(
  1. List<PostAction> postActions
)

Called whenever PostAction's are available.

Note that PostAction's are performed after the arrival at the end of a section.

  • postActions The post actions that should be performed.

Implementation

void onPostActions(List<PostAction> postActions);