Package java.lang

Interface Runnable

This interface should be implemented by any class whose instances are intended to be executed by a thread. The class must define a run - method.

_INSERT_CONSTRUCTOR_ENTRY_HERE_

Public Methods

_INSERT_INHERITED_METHOD_ENTRY_HERE_

_INSERT_FIELDS_ENTRY_HERE_