public interface Output extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
default void |
close() |
default boolean |
onCycleResult(CycleResult result) |
boolean |
onCycleResult(long completedCycle,
int result)
Mark the result of the numbered cycle with an integer value.
|
default void |
onCycleResultSegment(CycleResultsSegment segment) |
boolean onCycleResult(long completedCycle,
int result)
completedCycle - The cycle number being marked.result - the result ordinaldefault boolean onCycleResult(CycleResult result)
default void onCycleResultSegment(CycleResultsSegment segment)
default void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2017. All rights reserved.