java.lang.Object | |||
↳ | com.pnfsoftware.jeb.core.events.ClientNotification | ||
↳ | com.pnfsoftware.jeb.core.events.AbstractQuestionNotification<T> | ||
↳ | com.pnfsoftware.jeb.core.events.QuestionNotificationYesNo |
A specific question notification that requires a yes/no response to a question.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
QuestionNotificationYesNo(String question, boolean defaultResponse) | |||||||||||
QuestionNotificationYesNo(String question, boolean defaultResponse, boolean askDoNotShowAnymore) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pnfsoftware.jeb.core.events.AbstractQuestionNotification
| |||||||||||
From class
com.pnfsoftware.jeb.core.events.ClientNotification
| |||||||||||
From class
java.lang.Object
|