public static interface MoleculeCallbacks.CountingMoleculeCallback extends MoleculeCallback
Modifier and Type | Method and Description |
---|---|
int |
getOkCount()
Count of OKs.
|
int |
getParseErrorCount()
Parse error count.
|
int |
getProcessingErrorCount()
Processing error count.
|
int |
getTotalNotifyCount()
Count of all notify calls.
|
notifyMolecule, notifyParseError, notifyProcessingError
int getTotalNotifyCount()
int getOkCount()
int getProcessingErrorCount()
int getParseErrorCount()