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

    • ProfileUpdateEvent

      public ProfileUpdateEvent(BOProfile bo)
      Instantiates a new timesheet profile update event.
      Parameters:
      bo - the technical object to update with the updated components