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 TypeMethodDescriptionlonggetCycle()get the cycle number associated with this element.
-
Method Details
-
getCycle
long getCycle()get the cycle number associated with this element.- Returns:
- a cycle number
-