|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Notification | |
---|---|
eu.scape_project.watch.domain | |
eu.scape_project.watch.interfaces | |
eu.scape_project.watch.notification |
Uses of Notification in eu.scape_project.watch.domain |
---|
Methods in eu.scape_project.watch.domain that return types with arguments of type Notification | |
---|---|
List<Notification> |
Trigger.getNotifications()
|
Method parameters in eu.scape_project.watch.domain with type arguments of type Notification | |
---|---|
void |
Trigger.setNotifications(List<Notification> notifications)
|
Constructor parameters in eu.scape_project.watch.domain with type arguments of type Notification | |
---|---|
Trigger(Question question,
List<Notification> notifications,
Plan plan)
Create a new trigger. |
Uses of Notification in eu.scape_project.watch.interfaces |
---|
Methods in eu.scape_project.watch.interfaces with parameters of type Notification | |
---|---|
boolean |
NotificationAdaptorInterface.send(Notification notification)
Send a notification. |
Uses of Notification in eu.scape_project.watch.notification |
---|
Methods in eu.scape_project.watch.notification with parameters of type Notification | |
---|---|
boolean |
NotificationService.send(Notification notification)
Send a notification by all adaptors that support the notification type. |
boolean |
LogNotificationAdaptor.send(Notification notification)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |