onEntry abstract method

void onEntry(
  1. OnEntryAction onEntry
)

Sets callback that will be called right after machine entrys this State.

Implementation

void onEntry(OnEntryAction onEntry);