Version: 1.1.1

org.biomoby.shared.event
Interface NotificationListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
CommonBoard, DataTypesBoard, LogListener, NamespacesBoard, ServicesBoard, ServiceTypesBoard, SimpleListener, StatisticsPanel

public interface NotificationListener
extends EventListener

The listener interface for receiving notification events. The class that is interested in processing a notification event implements this interface, and the object created with that class is registered with a component, using the component's 'addNotificationListener' method (here, a component is any class that plans to fire notification events). When the notification event occurs, that object's 'notified' method is invoked.

Version:
$Id: NotificationListener.java,v 1.1 2005/10/12 11:17:59 senger Exp $
Author:
Martin Senger

Method Summary
 void notified(NotificationEvent event)
          Invoked when a notification arrives.
 

Method Detail

notified

void notified(NotificationEvent event)
Invoked when a notification arrives.


Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010