Class LoadUserEvent


public class LoadUserEvent extends BusinessEvent<BOUser>
Event that will be called to load the user's information.
GCApi:
event
Reactors:
BTUserLoad(-10)
No Spouts
  • Field Details

    • userId

      protected Long userId
  • Constructor Details

    • LoadUserEvent

      public LoadUserEvent(Long userId)
      Create a new event that will be called to load the user's information
      Parameters:
      userId - the id related to the user
  • Method Details

    • getUserId

      public Long getUserId()
      Returns the id related to the user
      Returns:
      the id related to the user