[]
This interface should be implemented by any class whose instances are intended to be executed by a thread.
public interface IThreadRunnable
Name | Description |
---|---|
Run() | This method has to be implemented in order that starting of the thread causes the object's run method to be called in that separately executing thread. |