datagram
Class Server

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

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


Field Summary
(package private)  Sender sender
           
 
Constructor Summary
Server(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

Server

public Server(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()