Riferimenti per la classe org.jaebi.midlet.bt.ConnectionObserver

Diagramma delle classi per org.jaebi.midlet.bt.ConnectionObserver

Inheritance graph
[legenda]
Diagramma di collaborazione per org.jaebi.midlet.bt.ConnectionObserver:

Collaboration graph
[legenda]
Lista di tutti i membri.

Descrizione Dettagliata

Autore:
Antonio

Definizione alla linea 23 del file ConnectionObserver.java.

Membri pubblici

 ConnectionObserver (ConnectionEventHandler handler)
 Creates a new instance of ConnectionObserver.
void update (Observable o, Object arg)

Attributi con visibilità di package

ConnectionEventHandler handler


Documentazione dei costruttori e dei distruttori

org.jaebi.midlet.bt.ConnectionObserver.ConnectionObserver ConnectionEventHandler  handler  ) 
 

Creates a new instance of ConnectionObserver.

Definizione alla linea 27 del file ConnectionObserver.java.

00027                                                               {
00028         this.handler = handler;
00029     }


Documentazione delle funzioni membro

void org.jaebi.midlet.bt.ConnectionObserver.update Observable  o,
Object  arg
 

Implementa org.jaebi.midlet.util.Observer.

Definizione alla linea 31 del file ConnectionObserver.java.

Riferimenti org.jaebi.midlet.bt.ConnectionEventHandler.connectionAdded(), org.jaebi.midlet.bt.ConnectionEventHandler.connectionRemoved(), org.jaebi.midlet.bt.ConnectionEvent.getConnection(), org.jaebi.midlet.bt.ConnectionEvent.getEvent(), e org.jaebi.midlet.bt.ConnectionObserver.handler.

00031                                                 {
00032         ConnectionSet connectionSet = (ConnectionSet) o;
00033         ConnectionEvent event = (ConnectionEvent) arg;
00034         
00035         switch(event.getEvent()){
00036             case ConnectionEvent.CONNECTION_ADDED:
00037                 handler.connectionAdded(event.getConnection());
00038             break;
00039             
00040             case ConnectionEvent.CONNECTION_REMOVED:
00041                 handler.connectionRemoved(event.getConnection());
00042             break;
00043         }
00044         
00045     }

Questo è il grafo delle chiamate per questa funzione:


Documentazione dei dati membri

ConnectionEventHandler org.jaebi.midlet.bt.ConnectionObserver.handler [package]
 

Definizione alla linea 24 del file ConnectionObserver.java.

Referenziato da org.jaebi.midlet.bt.ConnectionObserver.update().


La documentazione per questa classe è stata generata a partire dal seguente file:
Generato il Thu Jun 23 00:03:02 2005 per JAEBI - BlueTooth J2ME Midlet Client da  doxygen 1.4.3