public interface MessageListener extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
receiveMessage(CAModule module,
MessageEvent event)
This method is called to send a message to the listener.
|
void receiveMessage(CAModule module, MessageEvent event)
module - the CA module that is the sender of the messageevent - the message event to be sentCopyright © 2012 code4tv.com. All Rights Reserved.