Uses of Class
org.gjt.universe.notification.NotificationCenter

Packages that use NotificationCenter
org.gjt.universe.notification   
 

Uses of NotificationCenter in org.gjt.universe.notification
 

Fields in org.gjt.universe.notification declared as NotificationCenter
private static NotificationCenter NotificationCenter.ourDefaultCenter
           
 

Methods in org.gjt.universe.notification that return NotificationCenter
static NotificationCenter NotificationCenter.defaultCenter()
          This method returns the default notification center for the application, creating it if necessary.
 

Methods in org.gjt.universe.notification with parameters of type NotificationCenter
 void Notification.post(NotificationCenter aCenter)
          This convenience method posts the notification to the given notification center.
 



Copyright © 2001 Universe Dev Team All Rights Reserved.