public class TdbNotificationSink extends TdbMessageProvider
| Constructor and Description |
|---|
TdbNotificationSink(TdbSession session)
Constructor, creates a notification sink with default, no-op
handlers.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
onGraphComforter(TdbGraphNotification notificationDetail)
Provides information on the current graph analysis state.
|
boolean |
onSearchComforter(java.lang.String msg)
Handler for search comforter notifications.
|
boolean |
onSortComforter(java.lang.String msg)
Handler for sort comforter notifications.
|
codeList, getLastCode, getLastMessage, hasMessages, messageList, resetMessagescancel, getSession, isCancelable, setCancelablepublic TdbNotificationSink(TdbSession session) throws TdbException
session - Active NET sessionTdbExceptionpublic boolean onSearchComforter(java.lang.String msg)
msg - Comforter messagepublic boolean onSortComforter(java.lang.String msg)
msg - Comforter messagepublic boolean onGraphComforter(TdbGraphNotification notificationDetail)
notificationDetail - Object holding information on the current analysis state