listener = new ObjectNotificationListener(){
public void handleNotification(ObjectNotification notification,
Object handback) {
try {
NotificationAlertSource.this.handler.handle(
new AlertInfo(notification));
} catch (Exception e) {
logger.log(Level.SEVERE, "Error while handling alert", e);
}
}
};