Package com.thegongoliers.input.switches
Interface ResettableSwitch
-
- All Superinterfaces:
Switch
- All Known Implementing Classes:
CurrentSpikeSensor
,VoltageSpikeSensor
public interface ResettableSwitch extends Switch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
reset()
Reset the state of the switch-
Methods inherited from interface com.thegongoliers.input.switches.Switch
isTriggered
-
-