|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OcpReaderObserver
This interface describes an observer of an OcpReader. The callback methods are invoked when a matching event is recognized.
Method Summary | |
---|---|
void |
close(OcpReader reader)
Observe the closing of the reader. |
void |
step(OcpReader reader,
int opcode,
int arg)
Observe one step in the processing of an ΩCP reader. |
Method Detail |
---|
void step(OcpReader reader, int opcode, int arg)
reader
- the ΩCP readeropcode
- the op codearg
- the argumentvoid close(OcpReader reader)
reader
- the ΩCP reader
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |