Package rsp.ref
Interface TimerRef
-
- All Superinterfaces:
Ref
- All Known Implementing Classes:
TimerRefDefinition
public interface TimerRef extends Ref
-
-
Method Summary
Static Methods Modifier and Type Method Description static TimerRefcreateTimerRef()Creates a reference to a schedule's timer.
-
-
-
Method Detail
-
createTimerRef
static TimerRef createTimerRef()
Creates a reference to a schedule's timer.- Returns:
- a reference object
-
-