org.placelab.midp
Class EventLogUploadUI

java.lang.Object
  extended byorg.placelab.midp.BluetoothClient
      extended byorg.placelab.midp.EventLogUploadUI
All Implemented Interfaces:
javax.microedition.lcdui.CommandListener, javax.bluetooth.DiscoveryListener, UIComponent

public class EventLogUploadUI
extends BluetoothClient


Field Summary
 
Fields inherited from class org.placelab.midp.BluetoothClient
back, display, RECORDSTORE_NAME, uuid
 
Fields inherited from interface javax.bluetooth.DiscoveryListener
INQUIRY_COMPLETED, INQUIRY_ERROR, INQUIRY_TERMINATED, SERVICE_SEARCH_COMPLETED, SERVICE_SEARCH_DEVICE_NOT_REACHABLE, SERVICE_SEARCH_ERROR, SERVICE_SEARCH_NO_RECORDS, SERVICE_SEARCH_TERMINATED
 
Constructor Summary
EventLogUploadUI(javax.microedition.lcdui.Display display, UIComponent from)
           
 
Method Summary
 java.lang.String getName()
           
 byte getServiceType()
           
 void handleConnection(java.io.DataInputStream in, java.io.DataOutputStream out)
           
 
Methods inherited from class org.placelab.midp.BluetoothClient
commandAction, deviceDiscovered, inquiryCompleted, servicesDiscovered, serviceSearchCompleted, setStatus, showUI, updateStatus, updateStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventLogUploadUI

public EventLogUploadUI(javax.microedition.lcdui.Display display,
                        UIComponent from)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in class BluetoothClient

getServiceType

public byte getServiceType()
Specified by:
getServiceType in class BluetoothClient

handleConnection

public void handleConnection(java.io.DataInputStream in,
                             java.io.DataOutputStream out)
Specified by:
handleConnection in class BluetoothClient