Verwendungen von Klasse
ch.nolix.core.programcontrol.flowcontrol.ActionMediator
Packages, die ActionMediator verwenden
-
Verwendungen von ActionMediator in ch.nolix.core.programcontrol.flowcontrol
Methoden in ch.nolix.core.programcontrol.flowcontrol, die ActionMediator zurückgebenModifizierer und TypMethodeBeschreibungstatic ActionMediator
FlowController.waitAsLongAs
(BooleanSupplier condition) Waits as long as the given condition is fulfilled.static ActionMediator
FlowController.waitForMilliseconds
(int durationInMilliseconds) Waits for the given durationInMilliseconds.static ActionMediator
FlowController.waitForSeconds
(int durationInSeconds) Waits for the given durationInSeconds.static ActionMediator
FlowController.waitUntil
(BooleanSupplier condition) Waits until the given condition is fulfilled.