DefaultServerListener.java :  » Plugin » microlog4eclipse » pl » polidea » lab » microlog4e » btserver » Android Open Source

Android Open Source » Plugin » microlog4eclipse 
microlog4eclipse » pl » polidea » lab » microlog4e » btserver » DefaultServerListener.java
package pl.polidea.lab.microlog4e.btserver;


/**
 * The default implementation of the BluetoothServerListener. If a separate
 * BluetoothServerListener is set, this class is not used.
 * 
 * @author Jarle Hansen (hansjar@gmail.com)
 * @author Marek Gocal  (marcin.gocal@gmail.com)
 */
class DefaultServerListener implements BluetoothServerListener {

  DefaultServerListener() {}

  public void deviceConnected(String address, String name) {}

  public void deviceDisconnected(String address, String name) {}

  public void messageReceived(String message) {}

  public void serverStarted(String url) {}

  public void shutdown() {}

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.