public class

QuestionNotificationText

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

Class Overview

A specific question notification that requires a text buffer.

Summary

Public Constructors
QuestionNotificationText(String question, String defaultResponse)
[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 QuestionNotificationText (String question, String defaultResponse)