previous | start | next

GreetingThread run method

public run()
{
   try
   {
      //thread action
   )
   catch (InterruptedException exception)
   {
      //cleanup, if necessary
   }
}


previous | start | next