TimerTask

cc.otavia.core.timer.TimerTask
trait TimerTask

A task which is executed after the delay specified with long, TimeUnit).

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def run(timeout: Timeout): Unit

Executed after the delay specified with InternalTimer.newTimeout.

Executed after the delay specified with InternalTimer.newTimeout.

Value parameters

timeout

a handle which is associated with this task

Attributes