|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Notification | |
org.gjt.universe.gui | |
org.gjt.universe.notification | |
org.gjt.universe.scheme001 |
Uses of Notification in org.gjt.universe.gui |
Methods in org.gjt.universe.gui with parameters of type Notification | |
void |
GUIFleetSpecificJFC.handleNotification(Notification aNotification)
This method is called automatically whenever our fleet posts a notification (because we registered for this notification in our constructor). |
void |
GUIFleetListJFC.handleNotification(Notification aNotification)
This method is called automatically whenever a fleet posts a creation or elimination notification (because we registered for these notification in our constructor). |
Uses of Notification in org.gjt.universe.notification |
Subclasses of Notification in org.gjt.universe.notification | |
class |
FleetNotification
This Notification subclass is used for notifications posted by fleet objects. |
class |
StationNotification
This Notification subclass is used for notifications posted by Station objects. |
class |
WormholeNotification
This Notification subclass is used for notifications posted by wormhole objects. |
Methods in org.gjt.universe.notification with parameters of type Notification | |
void |
NotificationObserver.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. |
void |
NotificationCenter.postNotification(Notification aNotification)
This method posts the given notification through the notification center. |
Uses of Notification in org.gjt.universe.scheme001 |
Methods in org.gjt.universe.scheme001 with parameters of type Notification | |
void |
FleetOrderModel_001.handleNotification(Notification aNotification)
This method is called automatically whenever our fleet posts a notification (because we registered for this notification in our setFleet method). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |