OpModeHook
interface OpModeHook
Provides lifecycle hooks that tap into the various stages of a NextOpMode. This allows internal library features (or custom extensions) to execute logic automatically without requiring the user to clutter their OpMode code.
Inheritors
Functions
Link copied to clipboard
Called immediately after the OpMode's onInit phase.
Link copied to clipboard
Called immediately after the OpMode's disabledPeriodic (init_loop) phase.
Link copied to clipboard
Called immediately after the OpMode's periodic loop.
Link copied to clipboard
Called immediately after the OpMode's onStart phase.
Link copied to clipboard
Called immediately before the OpMode's disabledPeriodic (init_loop) phase.
Link copied to clipboard
Called immediately before the OpMode's periodic loop.
Link copied to clipboard
Called immediately before the OpMode's onStart phase.