|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FeedbackSpec
This interface is the key that is used to bind clients to a feedback
source.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
KEY
Label for the attribute; Attribute key is required due to WTContext-based implementation, and it is used as key in WTContext's Hashtable. |
static String |
LOGGING_ENABLED
Label for the attribute; If true logging will be enabled for the DefaultFeedbackModel associated with this FeedbackSpec. |
| Method Summary | |
|---|---|
Object |
getKey()
Gets the value of the attribute: KEY. |
boolean |
isLoggingEnabled()
Gets the value of the attribute: LOGGING_ENABLED. |
void |
setKey(Object a_Key)
Sets the value of the attribute: KEY. |
void |
setLoggingEnabled(boolean a_LoggingEnabled)
Sets the value of the attribute: LOGGING_ENABLED. |
| Field Detail |
|---|
static final String KEY
static final String LOGGING_ENABLED
| Method Detail |
|---|
Object getKey()
void setKey(Object a_Key)
a_Key - boolean isLoggingEnabled()
void setLoggingEnabled(boolean a_LoggingEnabled)
throws WTPropertyVetoException
a_LoggingEnabled -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||