/Users/detro/workspace-nb/JAEBI-BlueToothJ2MEClient/src/org/jaebi/midlet/bt/discoveryHandling/DiscoveryEventHandler.java

Vai alla documentazione di questo file.
00001 package org.jaebi.midlet.bt.discoveryHandling;
00002 
00003 import java.util.Enumeration;
00004 import java.util.Vector;
00005 import javax.bluetooth.RemoteDevice;
00006 /*
00007  * DiscoveryEventHandler.java
00008  *
00009  * Created on 9 giugno 2005, 19.04
00010  *
00011  * To change this template, choose Tools | Options and locate the template under
00012  * the Source Creation and Management node. Right-click the template and choose
00013  * Open. You can then make changes to the template in the Source Editor.
00014  */
00015 
00020 public interface DiscoveryEventHandler {
00021     public void discoveryStarted();
00022     
00023     public void discoveryError(DiscoveryError error);
00024     
00031     public void serviceSearchStarted(Enumeration devices);
00032     
00038     public void serviceSearchError(ServiceSearchError error);
00039     
00040     /*
00041      * handler richiamato quando la ricerca dei servizi per una certa device 
00042      * è terminata
00043      */
00044     public void servicesFound(Vector services, RemoteDevice rd);
00045     
00046     public void discoveryCompleted(DiscoveryReport report);
00047 }

Generato il Thu Jun 23 00:02:59 2005 per JAEBI - BlueTooth J2ME Midlet Client da  doxygen 1.4.3