Package ca.team3161.lib.robot
Interface LifecycleListener
-
- All Known Implementing Classes:
AbstractController,AbstractDrivetrainBase,ArcadeDrivetrain,DualSmartDashboardTuner,LogitechAttack3,LogitechDualAction,MecanumDrivetrain,PIDDrivetrain,SmartDashboardTuner,SmartPIDTuner,TankDrivetrain,TitanBot,WPISmartPIDTuner
public interface LifecycleListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonLifecycleChange(LifecycleEvent event)
-
-
-
Method Detail
-
onLifecycleChange
void onLifecycleChange(LifecycleEvent event)
-
-