Package org.zeromq
Interface ZBeacon.Listener
-
- Enclosing class:
- ZBeacon
public static interface ZBeacon.Listener
All beacons with matching prefix are passed to a listener.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onBeacon(java.net.InetAddress sender, byte[] beacon)
-