Uses of Interface
com.thecoderscorner.menu.remote.RemoteConnector
-
Packages that use RemoteConnector Package Description com.thecoderscorner.menu.remote com.thecoderscorner.menu.remote.rs232 com.thecoderscorner.menu.remote.socket com.thecoderscorner.menu.remote.udp -
-
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, boolean connected)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, java.util.concurrent.ScheduledExecutorService executor, java.lang.String localName, java.time.Clock clock, int heartbeatFrequency) -
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. -
Uses of RemoteConnector in com.thecoderscorner.menu.remote.udp
Classes in com.thecoderscorner.menu.remote.udp that implement RemoteConnector Modifier and Type Class Description classUdpRemoteConnectorEXPERIMENTAL: DO NOT USE AT THE MOMENT
-