Package com.pnfsoftware.jeb.core.events
Class AbstractQuestionNotification<T>
java.lang.Object
com.pnfsoftware.jeb.core.events.ClientNotification
com.pnfsoftware.jeb.core.events.AbstractQuestionNotification<T>
- Direct Known Subclasses:
QuestionNotificationPath
,QuestionNotificationText
,QuestionNotificationYesNo
Blocking client notification that requires a client-provided response.
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractQuestionNotification
(String question, T defaultResponse, boolean askDoNotShowAnymore) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setDoNotShowAnymoreResponse
(boolean doNotShowAnymoreResponse) void
setResponse
(T response) Methods inherited from class com.pnfsoftware.jeb.core.events.ClientNotification
getLevel, getMessage
-
Constructor Details
-
AbstractQuestionNotification
-
-
Method Details
-
getDefaultResponse
-
setResponse
-
getResponse
-
isAskDoNotShowAnymore
public boolean isAskDoNotShowAnymore() -
isDoNotShowAnymoreResponse
public boolean isDoNotShowAnymoreResponse() -
setDoNotShowAnymoreResponse
public void setDoNotShowAnymoreResponse(boolean doNotShowAnymoreResponse)
-