ch.aplu.bluetooth
Interface BtListener


public interface BtListener

Declaration of a notification method called from the class BluetoothServer.


Method Summary
 void notifyConnection(java.io.InputStream is, java.io.OutputStream os)
          Called when a connection is established.
 

Method Detail

notifyConnection

void notifyConnection(java.io.InputStream is,
                      java.io.OutputStream os)
Called when a connection is established.