Method | Description | |
---|---|---|
Delay ( Callback callback ) : object |
Suspends the current thread by the previously specified length of time, and executes the specified callback when finished.
|
|
Delayer ( int delay ) : System |
Creates a new Delayer.
|
public Delay ( Callback callback ) : object | ||
callback | Callback | The Callback to be executed when the delay is complete. |
return | object |