Interface UserServiceEvent
-
public interface UserServiceEvent
Interface that an event callback must implement.- Since:
- 5.8.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserServiceEventOutcome
processEvent(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.
-
-