public class

QuestionNotificationPath

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

Class Overview

A specific question notification that requires a path.

Summary

Nested Classes
enum QuestionNotificationPath.Type Type of path to be provided in the notification response. 
Public Constructors
QuestionNotificationPath(QuestionNotificationPath.Type pathType, String question, String defaultResponse)
Public Methods
QuestionNotificationPath.Type getPathType()
[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 QuestionNotificationPath (QuestionNotificationPath.Type pathType, String question, String defaultResponse)

Public Methods

public QuestionNotificationPath.Type getPathType ()