public interface Deferrable
| Modifier and Type | Method and Description |
|---|---|
void |
defer(String period,
Deferred action)
Defer a certain action for a certain period of time until
it is executed.
|
void defer(String period, Deferred action)
period - of time for which you want to defer an actionaction - which should be executed after the given period.Copyright © 2021 plexiti GmbH. All rights reserved.