Class EncodedNoteUpdateEvent


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

    • EncodedNoteUpdateEvent

      public EncodedNoteUpdateEvent(BOEncodedNote input)
      Instantiates a new encoded note update event.
      Parameters:
      input - the input the encoded note to update with the updated components