run()
method of the runnable to be invoked by the user-interface thread after the specified number of milliseconds have elapsed. If milliseconds is less than zero, the runnable is not executed. Note that at the time the runnable is invoked, widgets that have the receiver as their display may have been disposed. Therefore, it is necessary to check for this case inside the runnable before accessing the widget.
@param milliseconds the delay before running the runnable @param runnable code to run on the user-interface thread @exception IllegalArgumentException
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|