Interface UserServiceEvent
 - public interface UserServiceEventInterface that an event callback must implement.- Since:
- 5.8.0
 
-   Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description UserServiceEventOutcomeprocessEvent (UserServiceEventContext anEventContext)Processes the event.
 
-   
-   Method Detail- 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.
 
 
 
-