public class FileInsertEvent extends InsertEvent<BOFile>
Event to insert a BOFile.
The launcher must provide a valid BOFile in order to successfully call this event.
The listener inserts all the BOFile components starting from the event input, i.e. the given BOFile.
Since:
14.0
GCApi:
event
Reactors:
BTFileInsert(0)
No Spouts
  • Constructor Details

    • FileInsertEvent

      public FileInsertEvent(BOFile input)
      Instantiates a new file insert event.
      Parameters:
      input - the BOFile to insert