Public Member Functions | |
abstract void | receiveAnnotation (AnnotationData annotation) |
abstract void | receiveVersion (MuseVersion version) |
abstract void | receiveConfiguration (MuseConfiguration configuration) |
abstract void | receiveComputingDeviceConfiguration (ComputingDeviceConfiguration computingDeviceConfiguration) |
Implement this interface to receive annotations and configuration/version info from a ReaderMuse
|
abstract |
Called once for each annotation in the file.
annotation | The annotation data that was read. |
|
abstract |
Called each time a computing device packet is encountered.
computingDeviceConfiguration | The device configuration that was read. |
|
abstract |
Called each time a configuration packet is encountered.
configuration | The configuration data that was read. |
|
abstract |
Called each time a version packet is encountered.
version | The version data that was read. |