net.wotonomy.control
Interface EOEditingContext.Editor

Enclosing class:
EOEditingContext

public static interface EOEditingContext.Editor

Editors register themselves with the editing context so that they may receive notification before the context commits changes. This is useful for associations whose components do not immediately commit their changes to the object they are editing.


Method Summary
 void editingContextWillSaveChanges(EOEditingContext anEditingContext)
          Called before the editing context saves its changes to the parent object store.
 boolean editorHasChangesForEditingContext(EOEditingContext anEditingContext)
          Called to determine whether this editor has changes that have not been committed to the object in the context.
 

Method Detail

editingContextWillSaveChanges

void editingContextWillSaveChanges(EOEditingContext anEditingContext)
Called before the editing context saves its changes to the parent object store.


editorHasChangesForEditingContext

boolean editorHasChangesForEditingContext(EOEditingContext anEditingContext)
Called to determine whether this editor has changes that have not been committed to the object in the context.



Copyright © 2006 null. All Rights Reserved.