public interface AlarmFactory
| Modifier and Type | Interface and Description |
|---|---|
static class |
AlarmFactory.Internal |
| Modifier and Type | Method and Description |
|---|---|
static AlarmFactory |
create(Duration duration) |
Future<?> |
newAlarm(Runnable runnable) |
static AlarmFactory create(Duration duration)
Copyright © 2023 Google LLC. All rights reserved.