public class

QuestionNotificationYesNo

extends AbstractQuestionNotification<T>
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.events.ClientNotification
     ↳ com.pnfsoftware.jeb.core.events.AbstractQuestionNotification<T>
       ↳ com.pnfsoftware.jeb.core.events.QuestionNotificationYesNo

Class Overview

A specific question notification that requires a yes/no response to a question.

Summary

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

Public Constructors

public QuestionNotificationYesNo (String question, boolean defaultResponse)

public QuestionNotificationYesNo (String question, boolean defaultResponse, boolean askDoNotShowAnymore)