Interface AlarmFactory
-
public interface AlarmFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
AlarmFactory.Internal
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static AlarmFactory
create(Duration duration)
Future<?>
newAlarm(Runnable runnable)
-
-
-
Method Detail
-
create
static AlarmFactory create(Duration duration)
-
-