public interface ThermostatIPCCallbacks
AgentIPCService.createServer(String, ThermostatIPCCallbacks)
when events have occurred in the IPC server that would be of interest
to the caller and/or require feedback in order to proceed.Modifier and Type | Method and Description |
---|---|
void |
messageReceived(IPCMessage message)
Method to be called when an IPC server created with this object receives a
message from a client.
|
void messageReceived(IPCMessage message)
message
- - a message received by the IPC server from an IPC client, will not be nullCopyright © 2017. All rights reserved.