|
WebObjects 5.2.3 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSNotification | |
com.webobjects.appserver | Provides the WebObjects application server, session management classes, component classes, and classes to manage the request-response loop. |
com.webobjects.directtoweb | Provides the framework for rapid development of HTML-based WebObjects applications. |
com.webobjects.eoapplication | Provides application logic utility classes to the client side of Java Client applications. |
com.webobjects.eointerface | Provides the infrastructure to display data for the control layer in a desktop application's user interface. |
com.webobjects.foundation | Provides a set of robust and mature core classes, including utility, collection, key-value coding, time and date, notification, and debug logging classes. |
Uses of NSNotification in com.webobjects.appserver |
Methods in com.webobjects.appserver with parameters of type NSNotification | |
void |
WODisplayGroup.objectsChangedInEditingContext(NSNotification notification)
Redisplays the changed objects in the WODisplayGroup. |
void |
WODisplayGroup.objectsInvalidatedInEditingContext(NSNotification notification)
Refetches all objects from the dataSource of the WODisplayGroup after some or all of them have been invalidated. |
boolean |
WODisplayGroup.Delegate.displayGroupShouldRefetchForInvalidatedAllObjects(WODisplayGroup group,
NSNotification notification)
Allows the delegate to suppress immediate refetching when the WODisplayGroup's objects have been invalidated. |
Uses of NSNotification in com.webobjects.directtoweb |
Methods in com.webobjects.directtoweb with parameters of type NSNotification | |
void |
D2WListPage.editingContextDidSaveChanges(NSNotification notif)
Handles notifications when the editing context did save changes. |
void |
D2WContext.sessionDidTimeOut(NSNotification notification)
This is an intentionally undocumented private use method. |
void |
D2W.checkMultithreading(NSNotification n)
This method is intentionally undocumented. |
void |
D2W.willCheckRules(NSNotification n)
This method is intentionally undocumented. |
Uses of NSNotification in com.webobjects.eoapplication |
Methods in com.webobjects.eoapplication with parameters of type NSNotification | |
void |
EOEntityController.handleEditingContextNotification(NSNotification notification)
When starting to listen to an editing context, entity controllers register for several notifications from the editing context. |
void |
EODocumentController.handleEditingContextNotification(NSNotification notification)
In addition to the superclass implementation, updates the edited state of the receiver based on changes that happened in the receiver's editing context. |
void |
EOApplication.activeWindowDidChange(NSNotification notification)
This method is invoked when the user changes the active window in the receiver (usually by clicking in an inactive window). |
void |
EOApplication.lastWindowDidClose(NSNotification notification)
This method is invoked when the user closes the last window in the application. |
Uses of NSNotification in com.webobjects.eointerface |
Methods in com.webobjects.eointerface with parameters of type NSNotification | |
void |
EODisplayGroup.objectsChangedInEditingContext(NSNotification notification)
Notification sent by the notification center when the data source (usually an EOEditingContext) that this display group observes has its objects changed. |
void |
EODisplayGroup.objectsInvalidatedInEditingContext(NSNotification notification)
Notification sent by the notification center when the data source (usually an EOEditingContext) that this display group observes has its objects invalidated. |
boolean |
EODisplayGroup.Delegate.displayGroupShouldRedisplay(EODisplayGroup group,
NSNotification notification)
Invoked whenever group receives an ObjectsChangedInEditingContextNotification , this method allows
the delegate to suppress redisplay based on the nature of the change that has occurred. |
boolean |
EODisplayGroup.Delegate.displayGroupShouldRefetch(EODisplayGroup group,
NSNotification notification)
Invoked whenever group receives an InvalidatedAllObjectsInStoreNotification , this method allows
the delegate to suppress refetching of the invalidated objects. |
Uses of NSNotification in com.webobjects.foundation |
Methods in com.webobjects.foundation with parameters of type NSNotification | |
void |
NSNotificationCenter.postNotification(NSNotification notification)
Posts notification to the notification center. |
|
Last updated Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |