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.IZLoopHandlerZLoop.SPoller.handler(package private) ZLoop.IZLoopHandlerZLoop.STimer.handlerMethods in org.zeromq with parameters of type ZLoop.IZLoopHandlerModifier and TypeMethodDescriptionintZLoop.addPoller(ZMQ.PollItem pollItem, ZLoop.IZLoopHandler handler, Object arg) intZLoop.addTimer(int delay, int times, ZLoop.IZLoopHandler handler, Object arg) Constructors in org.zeromq with parameters of type ZLoop.IZLoopHandlerModifierConstructorDescriptionprotectedSPoller(ZMQ.PollItem item, ZLoop.IZLoopHandler handler, Object arg) STimer(int delay, int times, ZLoop.IZLoopHandler handler, Object arg)