public interface ILifecycleListener extends IBaseListener
| Modifier and Type | Method and Description |
|---|---|
void |
onError(ILifecycleListenerError error)
No data received - error condition, not authorized or hardware not available.
|
void |
onResult(Lifecycle lifecycle)
Called when lifecycle changes somehow.
|
void |
onWarning(Lifecycle lifecycle,
ILifecycleListenerWarning warning)
Data received with warning
|
getIdgetAPIGroup, getAPIVersionvoid onError(ILifecycleListenerError error)
error - Type of error encountered during reading.void onResult(Lifecycle lifecycle)
lifecycle - Lifecycle elementvoid onWarning(Lifecycle lifecycle, ILifecycleListenerWarning warning)
lifecycle - Lifecycle elementwarning - Type of warning encountered during reading.