com.openpcl.pclrenderimage.tools
Interface PclCommandEvent
- All Known Implementing Classes:
- PclRenderImage, PriModifyPclBytes
public interface PclCommandEvent
This interface is implemented by PclParser as the 2 callback methods.
Brought over from rmstools.jar.
- Author:
- James R. Adrig
commandFoundEvent
void commandFoundEvent(String cmdLeadin,
String cmdValue,
String cmdTerminator,
byte[] cmdData,
int bufferPos)
charFoundEvent
void charFoundEvent(char nextChar,
int bufferPos)
OpenPCL http://www.openpcl.com