Class CharacteristicUpdateEvent


public class CharacteristicUpdateEvent extends UpdateEvent<BOCharacteristic>
Event to update a BOCharacteristic.
The launcher must provide a valid BOCharacteristic in order to successfully call this event.
The listener updates all the BOCharacteristic components starting from the event input, i.e. the given BOCharacteristic in which all needed components were previously updated.
Since:
16.0
GCApi:
event
Reactors:
BTCharacteristicUpdate(0)
No Spouts
  • Constructor Details

    • CharacteristicUpdateEvent

      public CharacteristicUpdateEvent(BOCharacteristic characteristic)
      Instantiates a new characteristic update event.
      Parameters:
      characteristic - the characteristic to update