Uses of Interface
org.zeromq.ZBeacon.Listener
-
Packages that use ZBeacon.Listener Package Description org.zeromq Provides high-level bindings for ØMQ. -
-
Uses of ZBeacon.Listener in org.zeromq
Fields in org.zeromq declared as ZBeacon.Listener Modifier and Type Field Description private ZBeacon.ListenerZBeacon.Builder. listenerFields in org.zeromq with type parameters of type ZBeacon.Listener Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<ZBeacon.Listener>ZBeacon. listenerMethods in org.zeromq that return ZBeacon.Listener Modifier and Type Method Description ZBeacon.ListenerZBeacon. getListener()Methods in org.zeromq with parameters of type ZBeacon.Listener Modifier and Type Method Description ZBeacon.BuilderZBeacon.Builder. listener(ZBeacon.Listener listener)voidZBeacon. setListener(ZBeacon.Listener listener)Deprecated.use the builder
-