Class UserInsertEvent


@Deprecated public class UserInsertEvent extends InsertEvent<BOUser>
Deprecated.
use kernel event UserCreateEvent
Event to insert a BOUser.
The launcher must provide a valid BOUser in order to successfully call this event.
The listener inserts all the BOUser components starting from the event input, i.e. the given BOUser in which all needed components were previously set.
Since:
9.2
GCApi:
event
Reactors:
BTUserInsertOld(0)
No Spouts
  • Constructor Details

    • UserInsertEvent

      public UserInsertEvent(BOUser input)
      Deprecated.
      Instantiates a new user insert event.
      Parameters:
      input - the prepared BOUser