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

    Modifier and Type
    Method
    Description
    void
    onBeacon(InetAddress sender, byte[] beacon)
     
  • Method Details

    • onBeacon

      void onBeacon(InetAddress sender, byte[] beacon)