Package org.wildstang.framework.io
Interface InputListener
-
- All Known Subinterfaces:
Subsystem
- All Known Implementing Classes:
PathFollowingDrive
,SwerveDriveTemplate
public interface InputListener
Interface for handling input updates. I.e. reacting to input changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
inputUpdate(Input source)
Notifies the listener that an input event has occurred.
-
-
-
Method Detail
-
inputUpdate
void inputUpdate(Input source)
Notifies the listener that an input event has occurred.- Parameters:
source
- The Input that has updated.
-
-