public abstract class

AbstractQuestionNotification

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

Class Overview

Blocking client notification that requires a client-provided response.

Summary

Public Constructors
AbstractQuestionNotification(String question, T defaultResponse, boolean askDoNotShowAnymore)
Public Methods
T getDefaultResponse()
T getResponse()
boolean isAskDoNotShowAnymore()
boolean isDoNotShowAnymoreResponse()
void setDoNotShowAnymoreResponse(boolean doNotShowAnymoreResponse)
void setResponse(T response)
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.events.ClientNotification
From class java.lang.Object

Public Constructors

public AbstractQuestionNotification (String question, T defaultResponse, boolean askDoNotShowAnymore)

Public Methods

public T getDefaultResponse ()

public T getResponse ()

public boolean isAskDoNotShowAnymore ()

public boolean isDoNotShowAnymoreResponse ()

public void setDoNotShowAnymoreResponse (boolean doNotShowAnymoreResponse)

public void setResponse (T response)