Interface UserServiceEvent


public interface UserServiceEvent
Interface that an event callback must implement.
Since:
5.8.0
  • Method Details

    • processEvent

      UserServiceEventOutcome processEvent(UserServiceEventContext anEventContext)
      Processes the event.
      Parameters:
      anEventContext - provides information on the event and methods to update the EBX® repository and redirect the current user.
      Returns:
      the outcome of the event. Can be a custom outcome or an outcome provided by UserServiceNext. If null, the user service will be redisplayed.