com.citizen.request.android
Class RequestHandler

java.lang.Object
  extended by com.citizen.request.android.RequestHandler
All Implemented Interfaces:
java.lang.Runnable

public class RequestHandler
extends java.lang.Object
implements java.lang.Runnable

This class helps to send packet to the printer.

Since:
1.061

Constructor Summary
RequestHandler()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestHandler

public RequestHandler()
Method Detail

run

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