Modifier and Type | Method and Description |
---|---|
SkewCorrection |
SkewCorrection.asLocal()
Converts a correction that may have been computed remotely to
one that makes sense locally.
|
SkewCorrection |
Skew.call()
Allows this to be invoked as a
Callable . |
SkewCorrection |
Skew.getCorrection()
Returns the computed correction.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<SkewCorrection> |
Skew.startInSeparateThread()
Creates a new daemon thread and invokes the call() method.
|
Modifier and Type | Method and Description |
---|---|
void |
SkewCorrectionListener.correctionCompleted(SkewCorrection correction) |