br.org.fito.j8051.bluetooth
Class BluetoothMessageReciever

java.lang.Object
  extended by java.lang.Thread
      extended by br.org.fito.j8051.bluetooth.BluetoothMessageReciever
All Implemented Interfaces:
java.lang.Runnable

public class BluetoothMessageReciever
extends java.lang.Thread

Colocar comentario


Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
BluetoothMessageReciever(javax.microedition.io.StreamConnection streamConnection, ResponseListener responseListener)
          Cria uma nova instancia de BluetoothMessageReciever
 
Method Summary
 boolean isRunning()
           
 void run()
           
 void setRunning(boolean running)
           
 
Methods inherited from class java.lang.Thread
activeCount, currentThread, getPriority, isAlive, join, setPriority, sleep, start, toString, yield
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BluetoothMessageReciever

public BluetoothMessageReciever(javax.microedition.io.StreamConnection streamConnection,
                                ResponseListener responseListener)
Cria uma nova instancia de BluetoothMessageReciever

Method Detail

run

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

isRunning

public boolean isRunning()

setRunning

public void setRunning(boolean running)