- RunLaterResultHandler<RHI> - Class in com.google.code.validationframework.javafx.resulthandler
-
Result handler wrapper to re-schedule the handling of the result by the wrapped result handler on the FX Application
Thread.
- RunLaterResultHandler(ResultHandler<RHI>) - Constructor for class com.google.code.validationframework.javafx.resulthandler.RunLaterResultHandler
-
Constructor specifying the wrapped result handler to be re-scheduled.
- RunLaterResultHandler(ResultHandler<RHI>, boolean) - Constructor for class com.google.code.validationframework.javafx.resulthandler.RunLaterResultHandler
-
Constructor specifying the wrapped result handler to be re-scheduled and whether re-scheduling should occur even
if already on the application thread.
- RunLaterTrigger - Class in com.google.code.validationframework.javafx.trigger
-
Trigger wrapper to re-schedule the wrapped trigger on the FX Application Thread.
- RunLaterTrigger(Trigger) - Constructor for class com.google.code.validationframework.javafx.trigger.RunLaterTrigger
-
Constructor specifying the wrapped trigger to be rescheduled.
- RunLaterTrigger(Trigger, boolean) - Constructor for class com.google.code.validationframework.javafx.trigger.RunLaterTrigger
-
Constructor specifying the wrapped trigger and whether to re-schedule on the application thread even if the
wrapped trigger is already initiated on the application thread.