Package ch.bailu.gtk.gst
Schnittstelle ClockReturn
public interface ClockReturn
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
A bad time was provided to a function.static final int
The ClockID is busystatic final int
The ClockID is done waitingstatic final int
The operation was scheduled too late.static final int
An error occurredstatic final int
The operation succeeded.static final int
The clockID was unscheduledstatic final int
Operation is not supported
-
Felddetails
-
OK
static final int OKThe operation succeeded.- Siehe auch:
-
EARLY
static final int EARLYThe operation was scheduled too late.- Siehe auch:
-
UNSCHEDULED
static final int UNSCHEDULEDThe clockID was unscheduled- Siehe auch:
-
BUSY
static final int BUSYThe ClockID is busy- Siehe auch:
-
BADTIME
static final int BADTIMEA bad time was provided to a function.- Siehe auch:
-
ERROR
static final int ERRORAn error occurred- Siehe auch:
-
UNSUPPORTED
static final int UNSUPPORTEDOperation is not supported- Siehe auch:
-
DONE
static final int DONEThe ClockID is done waiting- Siehe auch:
-