Class AccountStatusUpdateEvent


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

    • AccountStatusUpdateEvent

      public AccountStatusUpdateEvent(BOAccountStatus accountStatus)
      Instantiates a new account status update event.
      Parameters:
      accountStatus - the BOAccountStatus to update