ALScanPluginDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | ALScanPlugin.h |
– scanPlugin:errorReceived:
Called when the scan plugin encounters an error
- (void)scanPlugin:(ALScanPlugin *)scanPlugin errorReceived:(ALEvent *)event
Parameters
scanPlugin |
the scan plugin making the call |
---|---|
event |
the |
Declared In
ALScanPlugin.h
– scanPlugin:visualFeedbackReceived:
Called when the scan plugin encounters an error
- (void)scanPlugin:(ALScanPlugin *)scanPlugin visualFeedbackReceived:(ALEvent *)event
Parameters
scanPlugin |
the scan plugin making the call |
---|---|
event |
the |
Declared In
ALScanPlugin.h
– scanPlugin:scanInfoReceived:
Called when the scan plugin would report any useful scanning information
- (void)scanPlugin:(ALScanPlugin *)scanPlugin scanInfoReceived:(ALEvent *)event
Parameters
scanPlugin |
the scan plugin making the call |
---|---|
event |
the |
Declared In
ALScanPlugin.h
– scanPlugin:scanRunSkipped:
Called when the scan plugin encounters a “run skipped” event
- (void)scanPlugin:(ALScanPlugin *)scanPlugin scanRunSkipped:(ALEvent *)event
Parameters
scanPlugin |
the scan plugin making the call |
---|---|
event |
the |
Declared In
ALScanPlugin.h
– scanPlugin:resultReceived:
Called when the scan plugin encounters an error
- (void)scanPlugin:(ALScanPlugin *)scanPlugin resultReceived:(ALScanResult *)scanResult
Parameters
scanPlugin |
the scan plugin making the call |
---|---|
scanResult |
the scan result object |
Declared In
ALScanPlugin.h