Package java.lang
Interface Runnable

Public Method run

abstract void run()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.