|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NotificationAdaptorInterface
Definition of Notification adaptor methods.
Method Summary | |
---|---|
Map<String,DataType> |
getParametersInfo()
Get list of parameters and their type. |
Set<String> |
getSupportedTypes()
Get Notification types this adaptors supports. |
boolean |
send(Notification notification)
Send a notification. |
Methods inherited from interface eu.scape_project.watch.interfaces.PluginInterface |
---|
getDescription, getName, getPluginType, getVersion, init, shutdown |
Method Detail |
---|
Set<String> getSupportedTypes()
Map<String,DataType> getParametersInfo()
boolean send(Notification notification)
notification
- The notification to send
true
if notification should be consumed, i.e. should
not be relayed to any other adaptor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |