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