public class AvalonDefaultNotificationPlugin extends java.lang.Object implements AvalonNotificationListener
Constructor and Description |
---|
AvalonDefaultNotificationPlugin() |
Modifier and Type | Method and Description |
---|---|
void |
init(java.util.logging.Logger logger)
The init method, will create the connection to the notification service.
|
void |
notify(AvalonNotificationEvent notify)
Send the event to the notification service
|
public void init(java.util.logging.Logger logger)
init
in interface AvalonNotificationListener
logger
- the logger.public void notify(AvalonNotificationEvent notify)
notify
in interface AvalonNotificationListener
notify
- the notification event.