Uses of Interface
com.thecoderscorner.menu.remote.RemoteConnector
-
Packages that use RemoteConnector Package Description com.thecoderscorner.menu.remote com.thecoderscorner.menu.remote.protocol com.thecoderscorner.menu.remote.rs232 com.thecoderscorner.menu.remote.socket -
-
Uses of RemoteConnector in com.thecoderscorner.menu.remote
Classes in com.thecoderscorner.menu.remote that implement RemoteConnector Modifier and Type Class Description classStreamRemoteConnectorStream remote connector is the base class for all stream implementations, such as Socket and RS232.Methods in com.thecoderscorner.menu.remote that return RemoteConnector Modifier and Type Method Description RemoteConnectorRemoteMenuController. getConnector()get the underlying connectivity, rarely neededMethods in com.thecoderscorner.menu.remote with parameters of type RemoteConnector Modifier and Type Method Description voidConnectionChangeListener. connectionChange(RemoteConnector connector, AuthStatus authStatus)Called by the connector upon state changevoidRemoteConnectorListener. onCommand(RemoteConnector connector, MenuCommand command)Sent by the connector when a message has been decoded.Constructors in com.thecoderscorner.menu.remote with parameters of type RemoteConnector Constructor Description RemoteMenuController(RemoteConnector connector, MenuTree managedMenu) -
Uses of RemoteConnector in com.thecoderscorner.menu.remote.protocol
Constructors in com.thecoderscorner.menu.remote.protocol with parameters of type RemoteConnector Constructor Description PairingHelper(RemoteConnector connector, java.util.concurrent.ScheduledExecutorService executorService, java.util.Optional<java.util.function.Consumer<AuthStatus>> updateFn) -
Uses of RemoteConnector in com.thecoderscorner.menu.remote.rs232
Classes in com.thecoderscorner.menu.remote.rs232 that implement RemoteConnector Modifier and Type Class Description classRs232RemoteConnectorThis is the R232 connector that can talk to a tcMenu library application running on an embedded Arduino. -
Uses of RemoteConnector in com.thecoderscorner.menu.remote.socket
Classes in com.thecoderscorner.menu.remote.socket that implement RemoteConnector Modifier and Type Class Description classSocketBasedConnectorA remote connector that will communicate using a client socket.
-