CaptureEvent enum
Events that occur during data capture scenario. Intended for customization of the default scenario. The constants of this enumeration, together with CaptureEventListener interface are useful for changing the basic user interface and scenario logic.
enum CaptureEvent {
STARTED,
STOPPED
}
Constants
Name | Description |
---|---|
STARTED | Automatic capture process scenario has been started. |
STOPPED | Automatic capture process has been stopped. |
3/2/2022 12:59:15 PM