datagram
Class Client

java.lang.Object
  extended by datagram.Client
All Implemented Interfaces:
java.lang.Runnable, javax.microedition.lcdui.CommandListener

public class Client
extends java.lang.Object
implements java.lang.Runnable, javax.microedition.lcdui.CommandListener


Field Summary
(package private)  Sender sender
           
 
Constructor Summary
Client(DatagramMIDlet m)
           
 
Method Summary
 void commandAction(javax.microedition.lcdui.Command c, javax.microedition.lcdui.Displayable s)
           
 void run()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sender

Sender sender
Constructor Detail

Client

public Client(DatagramMIDlet m)
Method Detail

start

public void start()

run

public void run()
Specified by:
run in interface java.lang.Runnable

commandAction

public void commandAction(javax.microedition.lcdui.Command c,
                          javax.microedition.lcdui.Displayable s)
Specified by:
commandAction in interface javax.microedition.lcdui.CommandListener

stop

public void stop()