net.named_data.jndn.impl
public class DelayedCallTable extends Object
| Constructor and Description |
|---|
DelayedCallTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
callLater(double delayMilliseconds,
Runnable callback)
Call callback.run() after the given delay.
|
void |
callTimedOut()
Call and remove timed-out callback entries.
|
public final void callLater(double delayMilliseconds,
Runnable callback)
delayMilliseconds - The delay in milliseconds.callback - This calls callback.run() after the delay.public final void callTimedOut()
Copyright © 2016. All rights reserved.