Class AccountUpdateEvent


public class AccountUpdateEvent extends UpdateEvent<BOAccount>
Event to update a BOAccount.
The launcher must provide a valid account in order to successfully call this event.
The listener updates the given BOAccount.
Since:
16.0
GCApi:
event
Reactors:
BTAccountUpdate(0)
No Spouts
  • Constructor Details

    • AccountUpdateEvent

      public AccountUpdateEvent(BOAccount account)
      Instantiates a new account update event
      Parameters:
      account - the account to update