public class RunLaterResultHandler<RHI> extends Object implements com.google.code.validationframework.api.resulthandler.ResultHandler<RHI>
| Constructor and Description |
|---|
RunLaterResultHandler(com.google.code.validationframework.api.resulthandler.ResultHandler<RHI> wrappedResultHandler)
Constructor specifying the wrapped result handler to be re-scheduled.
|
RunLaterResultHandler(com.google.code.validationframework.api.resulthandler.ResultHandler<RHI> wrappedResultHandler,
boolean evenIfAlreadyOnApplicationThread)
Constructor specifying the wrapped result handler to be re-scheduled and whether re-scheduling should occur even
if already on the application thread.
|
public RunLaterResultHandler(com.google.code.validationframework.api.resulthandler.ResultHandler<RHI> wrappedResultHandler)
wrappedResultHandler - Wrapped result handler.public RunLaterResultHandler(com.google.code.validationframework.api.resulthandler.ResultHandler<RHI> wrappedResultHandler, boolean evenIfAlreadyOnApplicationThread)
wrappedResultHandler - Wrapped result handler.evenIfAlreadyOnApplicationThread - Flag indicating whether re-scheduling the result handler on the application thread
should always occur, or only if not already on the application thread.Copyright © 2015. All Rights Reserved.