private static final class PollerBase.TimerInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
cancelled |
private int |
id |
private IPollEvents |
sink |
Constructor and Description |
---|
TimerInfo(IPollEvents sink,
int id) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
java.lang.String |
toString() |
private final IPollEvents sink
private final int id
private boolean cancelled
public TimerInfo(IPollEvents sink, int id)