Package net.i2p.client.streaming.impl
Class Connection.ConEvent
java.lang.Object
net.i2p.client.streaming.impl.Connection.ConEvent
- All Implemented Interfaces:
SimpleTimer.TimedEvent
- Enclosing class:
- Connection
class Connection.ConEvent extends Object implements SimpleTimer.TimedEvent
fired to reschedule event notification
-
Constructor Summary
Constructors Constructor Description ConEvent()
-
Method Summary
Modifier and Type Method Description void
timeReached()
the time requested has been reached (this call should NOT block, otherwise the whole SimpleTimer gets backed up)String
toString()
-
Constructor Details
-
ConEvent
public ConEvent()
-
-
Method Details
-
timeReached
public void timeReached()Description copied from interface:SimpleTimer.TimedEvent
the time requested has been reached (this call should NOT block, otherwise the whole SimpleTimer gets backed up)- Specified by:
timeReached
in interfaceSimpleTimer.TimedEvent
-
toString
-