Interface BButton
- All Superinterfaces:
BFilter
- All Known Implementing Classes:
BButton.Both
,BButton.Pressed
,BButton.Released
A simple boolean filter that returns true when a boolean stream changes depending on the type.
1. Both - will return true if the BStream changes at all
2. Pressed - will return true if the BStream changes from false to true
3. Released - will return true if the BStream changes from true to false
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static class
static class
-
Method Summary