| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.commands | |
| com.qeagle.devtools.protocol.events.backgroundservice | |
| com.qeagle.devtools.protocol.types.backgroundservice |
| Modifier and Type | Method and Description |
|---|---|
void |
BackgroundService.clearEvents(ServiceName service)
Clears all stored data for the service.
|
void |
BackgroundService.setRecording(Boolean shouldRecord,
ServiceName service)
Set the recording state for the service.
|
void |
BackgroundService.startObserving(ServiceName service)
Enables event updates for the service.
|
void |
BackgroundService.stopObserving(ServiceName service)
Disables event updates for the service.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceName |
RecordingStateChanged.getService() |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordingStateChanged.setService(ServiceName service) |
| Modifier and Type | Method and Description |
|---|---|
ServiceName |
BackgroundServiceEvent.getService()
The Background Service this event belongs to.
|
static ServiceName |
ServiceName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceName[] |
ServiceName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BackgroundServiceEvent.setService(ServiceName service)
The Background Service this event belongs to.
|
Copyright © 2020. All rights reserved.