Class MultiMain.InterfaceHandler

java.lang.Object
  |
  +--MultiMain.InterfaceHandler
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
MultiMain

public class MultiMain.InterfaceHandler
extends java.lang.Object
implements java.lang.Runnable

Class InterfaceHandler


Constructor Summary
MultiMain.InterfaceHandler(MultiMain.Reciever r)
          Constructor of class InterfaceHandler
 
Method Summary
 void run()
          Decodes datagram packet and creates a message with a StringTokenizer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiMain.InterfaceHandler

public MultiMain.InterfaceHandler(MultiMain.Reciever r)
Constructor of class InterfaceHandler
Method Detail

run

public void run()
Decodes datagram packet and creates a message with a StringTokenizer
Specified by:
run in interface java.lang.Runnable
Throws:
NoSuchElementException - no if there doesn't exist any message
java.lang.InterruptedException - ie if sleep fails