Schnittstelle ClockFlags


public interface ClockFlags
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    clock can do async periodic timeout callbacks
    static final int
    clock can do sync periodic timeout requests
    static final int
    clock can do a single async timeout request
    static final int
    clock can do a single sync timeout request
    static final int
    clock can be slaved to a master clock
    static final int
    clock's resolution can be changed
    static final int
    subclasses can add additional flags starting from this flag
    static final int
    clock needs to be synced before it can be used
  • Felddetails

    • CAN_DO_SINGLE_SYNC

      static final int CAN_DO_SINGLE_SYNC
      clock can do a single sync timeout request
      Siehe auch:
    • CAN_DO_SINGLE_ASYNC

      static final int CAN_DO_SINGLE_ASYNC
      clock can do a single async timeout request
      Siehe auch:
    • CAN_DO_PERIODIC_SYNC

      static final int CAN_DO_PERIODIC_SYNC
      clock can do sync periodic timeout requests
      Siehe auch:
    • CAN_DO_PERIODIC_ASYNC

      static final int CAN_DO_PERIODIC_ASYNC
      clock can do async periodic timeout callbacks
      Siehe auch:
    • CAN_SET_RESOLUTION

      static final int CAN_SET_RESOLUTION
      clock's resolution can be changed
      Siehe auch:
    • CAN_SET_MASTER

      static final int CAN_SET_MASTER
      clock can be slaved to a master clock
      Siehe auch:
    • NEEDS_STARTUP_SYNC

      static final int NEEDS_STARTUP_SYNC
      clock needs to be synced before it can be used
      Siehe auch:
    • LAST

      static final int LAST
      subclasses can add additional flags starting from this flag
      Siehe auch: