|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EOObserving | |
---|---|
net.wotonomy.control | Support classes needed by the ui and web packages. |
Uses of EOObserving in net.wotonomy.control |
---|
Classes in net.wotonomy.control that implement EOObserving | |
---|---|
class |
EditingContext
EditingContext provides transactional support for fetching, editing, and committing changes made on a collection of objects to a parent object store. |
class |
EODelayedObserver
This is an abstract class for receiving coalesced notifications of changes from objects. |
class |
EOEditingContext
EOEditingContext provides transactional support for fetching, editing, and committing changes made on a collection of objects to a parent object store. |
class |
EOObserverProxy
A convenience observer for objects that do not or cannot subclass EODelayedObserver. |
Methods in net.wotonomy.control that return EOObserving | |
---|---|
static EOObserving |
EOObserverCenter.observerForObject(java.lang.Object anObject,
java.lang.Class aClass)
Returns an observer that is an instance of the specified class and that is registered for notifications about the specified object. |
Methods in net.wotonomy.control with parameters of type EOObserving | |
---|---|
static void |
EOObserverCenter.addObserver(EOObserving anObserver,
java.lang.Object anObject)
Registers the specified EOObserving for notifications from the specified object. |
static void |
EOObserverCenter.addOmniscientObserver(EOObserving anObserver)
Registers the specified EOObserving for notifications on all object changes. |
static void |
EOObserverCenter.removeObserver(EOObserving anObserver,
java.lang.Object anObject)
Unregisters the specified observer for notifications from the specified object. |
static void |
EOObserverCenter.removeOmniscientObserver(EOObserving anObserver)
Unregisters the specified omniscient observer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |