public class InniArmElseafter
extends java.lang.Object
Constructor and Description |
---|
InniArmElseafter(long millis,
InniArmElseCode code)
The common case specifies only milliseconds.
|
InniArmElseafter(long millis,
int nanos,
InniArmElseCode code)
If no suitable invocation is present
or arrives within the specified time,
then execute the code in this arm and terminate the inni.
|
public InniArmElseafter(long millis, int nanos, InniArmElseCode code)
millis
- milliseconds.nanos
- nanoseconds.code
- the code for the arm.public InniArmElseafter(long millis, InniArmElseCode code)
InniArmElseafter(long,int,InniArmElseCode)
on millis, 0, code
.millis
- milliseconds.code
- the code for the arm.