Package zmq.poll
Class PollerBase.TimerInfo
- java.lang.Object
-
- zmq.poll.PollerBase.TimerInfo
-
- Enclosing class:
- PollerBase
private static final class PollerBase.TimerInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private booleancancelledprivate intidprivate IPollEventssink
-
Constructor Summary
Constructors Constructor Description TimerInfo(IPollEvents sink, int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
sink
private final IPollEvents sink
-
id
private final int id
-
cancelled
private boolean cancelled
-
-
Constructor Detail
-
TimerInfo
public TimerInfo(IPollEvents sink, int id)
-
-