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

    • FileUpdateEvent

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