public interface AlertTopicListenerTransferService
Modifier and Type | Method and Description |
---|---|
List<AlertTopicListener> |
getListeners(SystemInformation system)
Returns the list of registered Alert Topic listeners.
|
void |
registerListener(AlertTopicListener listener)
Notify all team members of a new listener registration.
|
void |
removeListener(Id<AlertTopicListener,UUID> id)
Notify all team members of a listener removal.
|
void |
updateListener(AlertTopicListener listener)
Notify all team members of a listener update.
|
List<AlertTopicListener> getListeners(SystemInformation system) throws Exception
system
- controller to get the listeners from.Exception
- if errors occur while executing the operation.void registerListener(AlertTopicListener listener)
listener
- the listener to registervoid removeListener(Id<AlertTopicListener,UUID> id)
id
- the unique identifiervoid updateListener(AlertTopicListener listener)
listener
- the listener to updateCopyright © 2015. All Rights Reserved.