tcMenuJavaAPI
Public Member Functions | List of all members
com.thecoderscorner.menu.remote.states.RemoteConnectorContext Interface Reference
Inheritance diagram for com.thecoderscorner.menu.remote.states.RemoteConnectorContext:
com.thecoderscorner.menu.remote.StreamRemoteConnector com.thecoderscorner.menu.remote.socket.SocketBasedConnector

Public Member Functions

void sendHeartbeat (int frequency, MenuHeartbeatCommand.HeartbeatMode mode)
 
void sendJoin () throws IOException
 
void sendAcknowledgement (AckStatus ackStatus) throws IOException
 
void sendPairing () throws IOException
 
MenuCommand readCommandFromStream () throws IOException
 
boolean isDeviceConnected ()
 
void performConnection () throws IOException
 
void changeState (AuthStatus desiredState)
 
void changeState (RemoteConnectorState newState)
 
ScheduledExecutorService getScheduledExecutor ()
 
Clock getClock ()
 
String getConnectionName ()
 
void setRemoteParty (RemoteInformation remote)
 
void notifyListeners (MenuCommand mc)
 
void close ()
 

The documentation for this interface was generated from the following file: