Interface StateObserver

All Superinterfaces:
EventObserver<Boolean>, Supplier<Boolean>, ValueObserver<Boolean>
All Known Subinterfaces:
State, State.Combination

public interface StateObserver extends ValueObserver<Boolean>
Specifies an observer for a State instance.