Interface CycleReadable
-
- All Known Subinterfaces:
CompletedOp<D>,CycleMutable,CycleResult,FailedOp<D>,OpFacets<D>,SkippedOp<D>,StartedOp<D>,SucceededOp<D>,TrackedOp<D>
- All Known Implementing Classes:
EventedOpImpl,MutableCycleResult,OpImpl
public interface CycleReadable
-
-
Method Summary
Modifier and Type Method Description longgetCycle()get the cycle number associated with this element.
-