|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.demac.j2me.DEMAC.DemacDesktop
public class DemacDesktop
Constructor Summary | |
---|---|
DemacDesktop()
|
Method Summary | |
---|---|
UUID |
createUUID()
|
void |
deviceDetected(Device device)
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 device)
This method is called when the org.demac.transport.TransportService removes a device from the list of known devices. |
void |
exceptionOccured(TransportException exception)
This method is called to inform the implementing object about ocurred org.demac.transport.TransportException[s]. |
static void |
main(java.lang.String[] args)
|
void |
messageArrived(MessageHandle handle)
By this method the implementing object is informed of an arrived message. |
void |
setLocalDevice(java.lang.String handle)
|
void |
stopProcess(java.lang.String id)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DemacDesktop()
Method Detail |
---|
public static void main(java.lang.String[] args)
public void deviceDetected(Device device)
TransportListener
deviceDetected
in interface TransportListener
device
- the device which was detectedpublic void deviceRemoved(Device device)
TransportListener
deviceRemoved
in interface TransportListener
device
- the device which was removedpublic void exceptionOccured(TransportException exception)
TransportListener
exceptionOccured
in interface TransportListener
exception
- the occured exceptionpublic void messageArrived(MessageHandle handle)
TransportListener
messageArrived
in interface TransportListener
handle
- the handle of the arrived messagepublic UUID createUUID()
public void setLocalDevice(java.lang.String handle)
public void stopProcess(java.lang.String id) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |