|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotificationObserver | |
org.gjt.universe.gui | |
org.gjt.universe.notification | |
org.gjt.universe.scheme001 |
Uses of NotificationObserver in org.gjt.universe.gui |
Classes in org.gjt.universe.gui that implement NotificationObserver | |
(package private) class |
GUIFleetListJFC
|
class |
GUIFleetSpecificJFC
This class is the dialog screen that describes a fleet. |
Uses of NotificationObserver in org.gjt.universe.notification |
Methods in org.gjt.universe.notification with parameters of type NotificationObserver | |
void |
NotificationCenter.addObserver(NotificationObserver anObserver,
java.lang.String notificationName,
java.lang.Object aSender)
This method adds the given object as an observer for events posted by the given sending object and having the given name. |
void |
NotificationCenter.addObserver(NotificationObserver anObserver,
java.lang.String notificationName)
This method adds the given object as an observer for events posted by any object, but having the given notification name. |
void |
NotificationCenter.addObserver(NotificationObserver anObserver,
java.lang.Object aSender)
This method adds the given object as an observer for events posted by the given sending object regardless of the notification name name. |
void |
NotificationCenter.removeObserver(NotificationObserver anObserver,
java.lang.String notificationName,
java.lang.Object aSender)
This method removes the given object as an observer for events posted by the given sending object and having the given name. |
void |
NotificationCenter.removeObserver(NotificationObserver anObserver,
java.lang.String notificationName)
This method removes the given object as an observer for events posted by any object, but having the given notification name. |
void |
NotificationCenter.removeObserver(NotificationObserver anObserver,
java.lang.Object aSender)
This method removes the given object as an observer for events posted by the given sending object regardless of the notification name name. |
Uses of NotificationObserver in org.gjt.universe.scheme001 |
Classes in org.gjt.universe.scheme001 that implement NotificationObserver | |
class |
FleetOrderModel_001
FleetOrderModel_001.java Created: Feb 23 1999 Updated: Apr 28 2001 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |