com.epson.EpsonCom
Class EpsonComCallbackInfo

java.lang.Object
  extended by com.epson.EpsonCom.EpsonComCallbackInfo

public class EpsonComCallbackInfo
extends java.lang.Object

CallbackInfo Class Class that holds information that is passed to the callback method Right now it only has one member: the received data type


Field Summary
 EpsonCom.DATA_TYPE ReceivedDataType
           
 
Constructor Summary
EpsonComCallbackInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ReceivedDataType

public EpsonCom.DATA_TYPE ReceivedDataType
Constructor Detail

EpsonComCallbackInfo

public EpsonComCallbackInfo()