JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.zeromq
ZBeacon
Listener
Contents
Description
Method Summary
Method Details
onBeacon(InetAddress, byte[])
Hide sidebar
Show sidebar
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
(
InetAddress
sender, byte[] beacon)
Method Details
onBeacon
void
onBeacon
(
InetAddress
sender, byte[] beacon)