Project Wonder 5.0

er.extensions.eof
Class ERXEnterpriseObject.Observer

java.lang.Object
  extended by er.extensions.eof.ERXEnterpriseObject.Observer
Enclosing interface:
ERXEnterpriseObject

public static class ERXEnterpriseObject.Observer
extends java.lang.Object

Registers as a listener for various editing context notifications and calls up the willXXX and didXXX methods in objects that implement ERXEnterpriseObject. Subclass this and set the system property er.extensions.ERXEnterpriseObject.Observer.className to set up your own subclass.

Author:
ak

Constructor Summary
ERXEnterpriseObject.Observer()
           
 
Method Summary
 void editingContextDidSaveChanges(com.webobjects.foundation.NSNotification n)
           
 void editingContextWillSaveChanges(com.webobjects.foundation.NSNotification n)
           
static void install()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ERXEnterpriseObject.Observer

public ERXEnterpriseObject.Observer()
Method Detail

editingContextWillSaveChanges

public void editingContextWillSaveChanges(com.webobjects.foundation.NSNotification n)

editingContextDidSaveChanges

public void editingContextDidSaveChanges(com.webobjects.foundation.NSNotification n)

install

public static void install()

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.