Interface IScanListener
- All Superinterfaces:
EventListener
Listener for scan events. The listener will be notified if
any scans are made active or inactive. In order to listen
for a given scan a listener must be added and then have its
scanId registered for that scan.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidCalled by all broadcast eventsdefault voidCalled to notify that state was changed.
-
Method Details
-
scanEventPerformed
Called by all broadcast events- Parameters:
evt-
-
scanStateChanged
Called to notify that state was changed. Happens in addition to scanEventPerformed(...) when state changes. For instance from IDLE to CONFIGURED CONFIGURED to RUNNING etc.- Parameters:
evt-
-