ostore.network.patchwork
Class Patchwork.UdpListener

java.lang.Object
  |
  +--ostore.network.patchwork.Patchwork.UdpListener
All Implemented Interfaces:
Runnable
Enclosing class:
Patchwork

public class Patchwork.UdpListener
extends Object
implements Runnable


Field Summary
 boolean running
           
 
Constructor Summary
Patchwork.UdpListener()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

running

public boolean running
Constructor Detail

Patchwork.UdpListener

public Patchwork.UdpListener()
Method Detail

run

public void run()
Specified by:
run in interface Runnable