public interface SMFParserEventsType extends SMFParserEventsErrorType
| Modifier and Type | Method and Description |
|---|---|
void |
onFinish()
Parsing has finished.
|
void |
onStart()
Parsing has started.
|
Optional<SMFParserEventsHeaderType> |
onVersionReceived(SMFFormatVersion version)
The file format version has been successfully parsed.
|
onError, onWarningvoid onStart()
Optional<SMFParserEventsHeaderType> onVersionReceived(SMFFormatVersion version)
Optional.empty() if parsing should stop.version - The file format versionvoid onFinish()
Copyright © 2017 <code@io7m.com> http://io7m.com