Package com.pnfsoftware.jeb.core.events
Class QuestionNotificationYesNo
java.lang.Object
com.pnfsoftware.jeb.core.events.ClientNotification
com.pnfsoftware.jeb.core.events.AbstractQuestionNotification<Boolean>
com.pnfsoftware.jeb.core.events.QuestionNotificationYesNo
A specific question notification that requires a yes/no response to a question.
-
Constructor Summary
ConstructorsConstructorDescriptionQuestionNotificationYesNo
(String question, boolean defaultResponse) QuestionNotificationYesNo
(String question, boolean defaultResponse, boolean askDoNotShowAnymore) -
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
-
QuestionNotificationYesNo
-
QuestionNotificationYesNo
public QuestionNotificationYesNo(String question, boolean defaultResponse, boolean askDoNotShowAnymore)
-