Client and backend. This class is shared: the same code is compiled into your app and into your server, so everything on this page works in both.

public abstract class TimerTask

  1. Object
  2. TimerTask

ImplementsRunnable

Constructors

protected TimerTask()

Methods

public boolean cancel()
public long scheduledExecutionTime()

Inherited methods

Constructor details

TimerTask

protected TimerTask()

Method details

cancel

public boolean cancel()

scheduledExecutionTime

public long scheduledExecutionTime()