com.sewoo.request.android
Class RequestHandler

java.lang.Object
  extended by com.sewoo.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.00

Constructor Summary
RequestHandler()
           
RequestHandler(java.io.OutputStream os)
           
 
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()

RequestHandler

public RequestHandler(java.io.OutputStream os)
Method Detail

run

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