Package java.lang
Class Thread

Public Method run

void run()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

This method should either be overwritten by a derived class or this thread is started with a Runnable object which implements the run-method. If both is not the case, i.e. this thread is started without an alternative run()-method this method will simply do nothing and return.