-
public final class BackgroundServiceEvent.RecordingStateChangedEvent extends BackgroundServiceEvent
Called when the recording state for the service has been updated.
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisRecordingprivate final ServiceNameservice
-
Constructor Summary
Constructors Constructor Description RecordingStateChangedEvent(Boolean isRecording, ServiceName service)
-
Method Summary
Modifier and Type Method Description final Booleancomponent1()final ServiceNamecomponent2()final BackgroundServiceEvent.RecordingStateChangedEventcopy(Boolean isRecording, ServiceName service)final BooleangetIsRecording()final ServiceNamegetService()-
-
Constructor Detail
-
RecordingStateChangedEvent
RecordingStateChangedEvent(Boolean isRecording, ServiceName service)
-
-
Method Detail
-
component1
final Boolean component1()
-
component2
final ServiceName component2()
-
copy
final BackgroundServiceEvent.RecordingStateChangedEvent copy(Boolean isRecording, ServiceName service)
-
getIsRecording
final Boolean getIsRecording()
-
getService
final ServiceName getService()
-
-
-
-