Class EncodedNoteInsertEvent


public class EncodedNoteInsertEvent extends InsertEvent<BOEncodedNote>
Event to insert an BOEncodedNote.
The launcher must provide a valid BOEncodedNote in order to successfully call this event.
The listener inserts all the BOEncodedNote components starting from the event input, i.e. the given BOEncodedNote in which all needed components were previously set.
Since:
18.0
GCApi:
event
Reactors:
BTEncodedNoteInsert(0)
No Spouts
  • Constructor Details

    • EncodedNoteInsertEvent

      public EncodedNoteInsertEvent(BOEncodedNote EncodedNote)
      Instantiates a new encoded note insert event.
      Parameters:
      EncodedNote - the BOEncodedNote to insert