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 ActionMediatorFlowController.waitAsLongAs(BooleanSupplier condition) Waits as long as the given condition is fulfilled.static ActionMediatorFlowController.waitForMilliseconds(int durationInMilliseconds) Waits for the given durationInMilliseconds.static ActionMediatorFlowController.waitForSeconds(int durationInSeconds) Waits for the given durationInSeconds.static ActionMediatorFlowController.waitUntil(BooleanSupplier condition) Waits until the given condition is fulfilled.