public interface MessageReceiver
Connection
uses to accept incoming
messages from the net.Modifier and Type | Method and Description |
---|---|
void |
receiveMsg(Object message)
Receive a message from elsewhere.
|
void receiveMsg(Object message)
message
- The message to be received.Copyright © 2017. All rights reserved.