public interface NotificationListener extends java.util.EventObject {
  void handleNotification(Notification notification, Object handBack);
}