|
WebObjects 5.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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.displayGroupShouldRedisplayForChangesInEditingContext(WODisplayGroup group,
NSNotification notification)
Deprecated. No longer important for WebObjects applications. No user code should implement or depend upon this, and any implementations or references to this method may be eliminated freely. |
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.eogeneration.client.assistant |
Methods in com.webobjects.eogeneration.client.assistant with parameters of type NSNotification | |
void |
EOAssistant.activeWindowDidChange(NSNotification notification)
|
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 Jan 10 18:10:21 PST 2002. | |||||||||
PREV NEXT | FRAMES NO FRAMES |