Class UserUpdateEvent


@Deprecated public class UserUpdateEvent extends SimpleBusinessEvent<BOUser,Void>
Deprecated.
use kernel event UserUpdateEvent
Event to update a BOUser.
The launcher must provide a valid BOUser in order to successfully call this event.
The listener updates all the BOUser components starting from the event input, i.e. the given BOUser in which all needed components were previously updated.
Since:
9.2
GCApi:
event
Reactors:
BTUserUpdateOld(0)
No Spouts
  • Constructor Details

    • UserUpdateEvent

      public UserUpdateEvent(BOUser input)
      Deprecated.
      Instantiates a new user update event.
      Parameters:
      input - the BOUser to update