Package com.pnfsoftware.jeb.core.events
Class QuestionNotificationPath
java.lang.Object
com.pnfsoftware.jeb.core.events.ClientNotification
com.pnfsoftware.jeb.core.events.AbstractQuestionNotification<String>
com.pnfsoftware.jeb.core.events.QuestionNotificationPath
A specific question notification that requires a path.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Type of path to be provided in the notification response. -
Constructor Summary
ConstructorsConstructorDescriptionQuestionNotificationPath
(QuestionNotificationPath.Type pathType, String question, String defaultResponse) -
Method Summary
Methods inherited from class com.pnfsoftware.jeb.core.events.AbstractQuestionNotification
getDefaultResponse, getResponse, isAskDoNotShowAnymore, isDoNotShowAnymoreResponse, setDoNotShowAnymoreResponse, setResponse
Methods inherited from class com.pnfsoftware.jeb.core.events.ClientNotification
getLevel, getMessage
-
Constructor Details
-
QuestionNotificationPath
public QuestionNotificationPath(QuestionNotificationPath.Type pathType, String question, String defaultResponse)
-
-
Method Details
-
getPathType
-