All Superinterfaces:
BFilter
All Known Implementing Classes:
BButton.Both, BButton.Pressed, BButton.Released

public interface BButton extends BFilter
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