public class FlipFlopLatch
extends java.lang.Object
Constructor and Description |
---|
FlipFlopLatch() |
FlipFlopLatch(boolean defaultState) |
Modifier and Type | Method and Description |
---|---|
protected void |
flip() |
boolean |
get() |
void |
set(boolean state) |
void |
update(boolean button) |