org.davic.net.ca
Interface MessageListener
- All Superinterfaces:
- java.util.EventListener
- public interface MessageListener
- extends java.util.EventListener
Objects of the application that want to be registered to
receive events related to message passing with CA modules
must implement this interface.
receiveMessage
public void receiveMessage(CAModule module,
MessageEvent event)
- This method is called to send a message to the listener.
- Parameters:
module
- the CA module that is the sender of the messageevent
- the message event to be sent