Class UserProfileStateLoadEvent

java.lang.Object
overit.geocall.bl.GenericEvent<String>
overit.geocall.bl.BusinessEvent<String>
overit.geocall.basic.bl.profile.event.UserProfileStateLoadEvent

public class UserProfileStateLoadEvent extends BusinessEvent<String>
Event that will be called to request the loading of a user profile state.
  • Field Details

    • profileId

      protected final long profileId
  • Constructor Details

    • UserProfileStateLoadEvent

      public UserProfileStateLoadEvent(long profileId)
      Create a new event that will be called to request the loading of a user profile state.
      Parameters:
      profileId - the id of the user profile to load.
  • Method Details

    • getProfileId

      public long getProfileId()
      Gets the id of the user profile to load.
      Returns:
      the id of the user profile to load.