public interface TimerService
| Modifier and Type | Method and Description |
|---|---|
Integer |
add(Timer timer) |
void |
edit(Integer id,
Timer timer) |
List<Timer> |
getTimerActive() |
void |
remove(Integer id) |
Copyright © 2020. All rights reserved.