|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface PrintObserver
Interface that must be implemented by classes that should process callbacks
from PrintTag.
| Method Summary | |
|---|---|
void |
sendError(String errorMessage)
Used to notify any error that happened trying to program tags. |
void |
sendPCSpecRequest(String epcPatStr)
Sends PCSpec request. |
void |
sendPCWriteReport(com.connecterra.alepc.api.PCWriteReport report)
Sends the PCWriteReport which is the result of programming a tag. |
| Method Detail |
|---|
void sendPCSpecRequest(String epcPatStr)
PrintTag.
epcPatStr - the input string that PrintTag received through
print or printSetup methods.void sendPCWriteReport(com.connecterra.alepc.api.PCWriteReport report)
PCWriteReport which is the result of programming a tag.
report - the result of programming tag operationvoid sendError(String errorMessage)
errorMessage - string with error description
|
Documentation is available at ${DOCSWEBROOT} Copyright 2007 BEA Systems Inc. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||