com.adventnet.nms.broadcast
Interface BroadcastListener
- All Known Implementing Classes:
- BroadcastMessage
public interface BroadcastListener
This interface is to be implemented by any UI class that would like to
receive broadcasted message from other clients and handle them.
Method Summary |
void |
receiveAndShow(java.lang.String data)
This method will receive the data from BroadcastClient
if the user class has registerd with it. |
receiveAndShow
void receiveAndShow(java.lang.String data)
- This method will receive the data from BroadcastClient
if the user class has registerd with it.
The user has to over ride this method to handle the data
obtained.
- Parameters:
data
- the message recieved by this client.
Copyright © 2013 ZOHO Corp., All Rights Reserved.