org.softamis.net.multicast
Interface MulticastListener

All Known Implementing Classes:
NetworkListener, UDPCommunicationHelper

public interface MulticastListener

Interface defines listener that allows to receive data obtained by multicaster from network

Author:
Andrew Sazonov

Method Summary
 void dataReceived(MulticastDataEvent aEvent)
           
 

Method Detail

dataReceived

void dataReceived(MulticastDataEvent aEvent)