|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface to be implemented by a notification consumer resource.
| Method Summary | |
NotifyCallback |
getCallback(java.util.List topicPath)
Get the notification callback for the supplied topic path |
void |
registerCallback(java.util.List topicPath,
NotifyCallback callback)
Register a notification callback |
| Method Detail |
public void registerCallback(java.util.List topicPath,
NotifyCallback callback)
topicPath - The topic path for which this callback should be called.
May be null, in which case the callback is called for
notification messages for which no other callback is
registeredcallback - The notification callbackNotifyCallbackpublic NotifyCallback getCallback(java.util.List topicPath)
topicPath - The topic path. A null topic path will return the
default callback.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||