public interface UserServiceEventOutcome
UserServiceNext
.
public enum Action implements UserServiceEventOutcome { displayStep1, displayStep2, displayStep3 };
UserServiceEvent.processEvent(UserServiceEventContext)
Modifier and Type | Method and Description |
---|---|
String |
name()
Returns a string that can be used to identify the type of outcome.
|
String name()
java.lang.Enum.name()
.