Package com.thecoderscorner.menu.remote
Interface ConnectionChangeListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Use this interface to subscribe to connection change events, such as when the underlying connector
disconnects or reconnects with hardware.
-
Method Summary
Modifier and TypeMethodDescriptionvoidconnectionChange(RemoteConnector connector, AuthStatus authStatus) Called by the connector upon state change
-
Method Details