Uses of Interface
com.thecoderscorner.menu.remote.RemoteConnectorListener
-
Packages that use RemoteConnectorListener Package Description com.thecoderscorner.menu.remote com.thecoderscorner.menu.remote.udp -
-
Uses of RemoteConnectorListener in com.thecoderscorner.menu.remote
Methods in com.thecoderscorner.menu.remote with parameters of type RemoteConnectorListener Modifier and Type Method Description voidRemoteConnector. registerConnectorListener(RemoteConnectorListener listener)register a listener that will receive any messages sent by the menu libraryvoidStreamRemoteConnector. registerConnectorListener(RemoteConnectorListener listener)Register for connector messages, when new messages are received from this stream. -
Uses of RemoteConnectorListener in com.thecoderscorner.menu.remote.udp
Methods in com.thecoderscorner.menu.remote.udp with parameters of type RemoteConnectorListener Modifier and Type Method Description voidUdpRemoteConnector. registerConnectorListener(RemoteConnectorListener listener)
-