threads
Class SMSThread

java.lang.Object
  extended by java.lang.Thread
      extended by threads.SMSThread
All Implemented Interfaces:
java.lang.Runnable

public class SMSThread
extends java.lang.Thread

SMSThread Send a SMS


Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
SMSThread(java.lang.String _number, GuiMidlet _midlet)
           
 
Method Summary
 void run()
           
 void setText(java.lang.String _text)
           
 
Methods inherited from class java.lang.Thread
activeCount, currentThread, getName, getPriority, interrupt, isAlive, join, setPriority, sleep, start, toString, yield
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SMSThread

public SMSThread(java.lang.String _number,
                 GuiMidlet _midlet)
Method Detail

setText

public void setText(java.lang.String _text)

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread