|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.demac.impl.util.ComManager
public class ComManager
Constructor Summary | |
---|---|
ComManager()
|
Method Summary | |
---|---|
void |
deviceDetected(Device arg0)
This method is called when the org.demac.transport.TransportService detects a new device and adds it to it's list of new devices. |
void |
deviceRemoved(Device arg0)
This method is called when the org.demac.transport.TransportService removes a device from the list of known devices. |
void |
exceptionOccured(TransportException e)
This method is called to inform the implementing object about ocurred org.demac.transport.TransportException[s]. |
void |
messageArrived(MessageHandle pHandle)
By this method the implementing object is informed of an arrived message. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComManager()
Method Detail |
---|
public void messageArrived(MessageHandle pHandle)
TransportListener
messageArrived
in interface TransportListener
pHandle
- the handle of the arrived messagepublic void exceptionOccured(TransportException e)
TransportListener
exceptionOccured
in interface TransportListener
e
- the occured exceptionTransportListener.exceptionOccured(org.demac.transport.TransportException)
public void deviceDetected(Device arg0)
TransportListener
deviceDetected
in interface TransportListener
arg0
- the device which was detectedTransportListener.deviceDetected(org.demac.transport.Device)
public void deviceRemoved(Device arg0)
TransportListener
deviceRemoved
in interface TransportListener
arg0
- the device which was removedTransportListener.deviceRemoved(org.demac.transport.Device)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |