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
All Methods Instance Methods Concrete Methods 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()
-
-
-
Method Detail
-
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
-
-