-
public final class ServiceWorkerEvent.WorkerVersionUpdatedEvent extends ServiceWorkerEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final List<ServiceWorkerVersion>versions
-
Constructor Summary
Constructors Constructor Description WorkerVersionUpdatedEvent(List<ServiceWorkerVersion> versions)
-
Method Summary
Modifier and Type Method Description final List<ServiceWorkerVersion>component1()final ServiceWorkerEvent.WorkerVersionUpdatedEventcopy(List<ServiceWorkerVersion> versions)final List<ServiceWorkerVersion>getVersions()-
-
Constructor Detail
-
WorkerVersionUpdatedEvent
WorkerVersionUpdatedEvent(List<ServiceWorkerVersion> versions)
-
-
Method Detail
-
component1
final List<ServiceWorkerVersion> component1()
-
copy
final ServiceWorkerEvent.WorkerVersionUpdatedEvent copy(List<ServiceWorkerVersion> versions)
-
getVersions
final List<ServiceWorkerVersion> getVersions()
-
-
-
-