Package | Description |
---|---|
com.xalys.xgl.presto |
Modifier and Type | Interface and Description |
---|---|
interface |
ReflowCycle |
Modifier and Type | Method and Description |
---|---|
static void |
Presto.asSoonAsPossible(Measure measure)
Runs a measure as soon as possible, which means that if the scheduler is in
the
Presto.State.MEASURING state, the measure is run immediately. |
static void |
Presto.cancel(Measure measure)
Cancels a measure scheduled in the next Presto's cycle.
|
default T |
ReflowScheduler.cancelMeasure(Measure measure)
Cancels a measure scheduled in the next Presto's cycle.
|
static void |
Presto.cancelMeasure(Measure measure)
Cancels a measure scheduled in the next Presto's cycle.
|
default T |
ReflowScheduler.measureAsSoonAsPossible(Measure measure)
Runs a measure as soon as possible, which means that if the scheduler is in
the
Presto.State.MEASURING state, the measure is run immediately. |
static void |
Presto.measureAsSoonAsPossible(Measure measure)
Runs a measure as soon as possible, which means that if the scheduler is in
the
Presto.State.MEASURING state, the measure is run immediately. |
static void |
Presto.schedule(Measure measure)
Runs a measure in next Presto's cycle.
|
default T |
ReflowScheduler.scheduleMeasure(Measure measure)
Runs a measure in next Presto's cycle.
|
static void |
Presto.scheduleMeasure(Measure measure)
Runs a measure in next Presto's cycle.
|
Copyright © 2018 Xalys. All rights reserved.