Interface DatagramListener
-
public interface DatagramListenerListener for datagram packets received.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleandatagramReceived(java.net.DatagramPacket datagramPacket)Called when a datagram is received.
-