Uses of Interface
org.zeromq.ZLoop.IZLoopHandler
Packages that use ZLoop.IZLoopHandler
-
Uses of ZLoop.IZLoopHandler in org.zeromq
Fields in org.zeromq declared as ZLoop.IZLoopHandlerModifier and TypeFieldDescription(package private) ZLoop.IZLoopHandler
ZLoop.SPoller.handler
(package private) ZLoop.IZLoopHandler
ZLoop.STimer.handler
Methods in org.zeromq with parameters of type ZLoop.IZLoopHandlerModifier and TypeMethodDescriptionint
ZLoop.addPoller
(ZMQ.PollItem pollItem, ZLoop.IZLoopHandler handler, Object arg) int
ZLoop.addTimer
(int delay, int times, ZLoop.IZLoopHandler handler, Object arg) Constructors in org.zeromq with parameters of type ZLoop.IZLoopHandlerModifierConstructorDescriptionprotected
SPoller
(ZMQ.PollItem item, ZLoop.IZLoopHandler handler, Object arg) STimer
(int delay, int times, ZLoop.IZLoopHandler handler, Object arg)