Package | Description |
---|---|
com.devexperts.qd.util |
This package contains utility classes which are used by QD, but which do not
depend on QD and which do not constitute any separate module or subsystem.
|
Modifier and Type | Method and Description |
---|---|
DxTimer.Cancellable |
DxTimer.runDaily(Runnable action,
LocalTime localTime)
Run periodic
Runnable task that will start every day in LocalTime |
DxTimer.Cancellable |
DxTimer.runOnce(Runnable action,
long delayMillis)
Run one-time delayed
Runnable task |
Copyright © 2002–2025 Devexperts LLC. All rights reserved.