T - the generic type@InterfaceAudience.Public @InterfaceStability.Evolving public interface MessageListener<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onMessage(T message)
Notifies the message as it happens.
|
void onMessage(T message)
message - the messageCopyright © 2016 utils4j. All Rights Reserved.