public interface Telegraph
Telegraph interface can act as the sender or the receiver of a Telegram.| Modifier and Type | Method and Description |
|---|---|
boolean |
handleMessage(Telegram msg)
Handles the telegram just received.
|
boolean handleMessage(Telegram msg)
msg - The telegramtrue if the telegram has been successfully handled; false otherwise.Copyright © 2017. All rights reserved.