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

    • DirectoryUpdateEvent

      public DirectoryUpdateEvent(BODirectory input)
      Instantiates a new directory update event.
      Parameters:
      input - the BODirectory to update