org.gjt.universe.notification
Interface NotificationObserver

All Known Implementing Classes:
FleetOrderModel_001, GUIFleetListJFC, GUIFleetSpecificJFC

public interface NotificationObserver

This interface is adopted by objects which wish to register with observers of notifications.

Author:
Allan Noordvyk (noordvyk@home.com)
See Also:
NotificationCenter, Notification

Method Summary
 void handleNotification(Notification aNotification)
          This method will be called whenever a notification is posted via the notification center with which the observer is registered which matches the criteria set forward by the observer.
 

Method Detail

handleNotification

public void handleNotification(Notification aNotification)
This method will be called whenever a notification is posted via the notification center with which the observer is registered which matches the criteria set forward by the observer.

Parameters:
aNotification - The notification the observer requested.


Copyright © 2001 Universe Dev Team All Rights Reserved.