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
fired to reschedule event notification
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
the time requested has been reached (this call should NOT block, otherwise the whole SimpleTimer gets backed up)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
-