Uses of Enum
com.github.lucadruda.iotc.device.enums.IOTC_EVENTS
Packages that use IOTC_EVENTS
-
Uses of IOTC_EVENTS in com.github.lucadruda.iotc.device
Methods in com.github.lucadruda.iotc.device with parameters of type IOTC_EVENTSModifier and TypeMethodDescriptionvoidIIoTCClient.on(IOTC_EVENTS eventName, IoTCCallback callback)voidIoTCClient.on(IOTC_EVENTS event, IoTCCallback callback) -
Uses of IOTC_EVENTS in com.github.lucadruda.iotc.device.enums
Methods in com.github.lucadruda.iotc.device.enums that return IOTC_EVENTSModifier and TypeMethodDescriptionstatic IOTC_EVENTSReturns the enum constant of this type with the specified name.static IOTC_EVENTS[]IOTC_EVENTS.values()Returns an array containing the constants of this enum type, in the order they are declared.