Uses of Interface
com.thecoderscorner.menu.remote.RemoteConnector
Packages that use RemoteConnector
Package
Description
-
Uses of RemoteConnector in com.thecoderscorner.menu.remote
Classes in com.thecoderscorner.menu.remote that implement RemoteConnectorModifier and TypeClassDescriptionclassStream remote connector is the base class for all stream implementations, such as Socket and RS232.Methods in com.thecoderscorner.menu.remote that return RemoteConnectorModifier and TypeMethodDescriptionRemoteMenuController.getConnector()get the underlying connectivity, rarely neededMethods in com.thecoderscorner.menu.remote with parameters of type RemoteConnectorModifier and TypeMethodDescriptionvoidConnectionChangeListener.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 RemoteConnectorModifierConstructorDescriptionRemoteMenuController(RemoteConnector connector, MenuTree managedMenu) -
Uses of RemoteConnector in com.thecoderscorner.menu.remote.protocol
Constructors in com.thecoderscorner.menu.remote.protocol with parameters of type RemoteConnectorModifierConstructorDescriptionPairingHelper(RemoteConnector connector, ScheduledExecutorService executorService, Optional<Consumer<AuthStatus>> updateFn) -
Uses of RemoteConnector in com.thecoderscorner.menu.remote.socket
Classes in com.thecoderscorner.menu.remote.socket that implement RemoteConnectorModifier and TypeClassDescriptionclassA remote connector that will communicate using a client socket.