Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New interfaces IDataModelListener, IDataModelObservable #7

Open
GoogleCodeExporter opened this issue Jul 27, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

IDataModel should extend the new interface IDataModelObservable that allows to 
add and remove IDataModelListener.

The IDataModelListener should have the following methods:

beforeLoad(IVetoable veto)

afterLoadSuccess()

afterLoadError()

afterLoadCancel()

beforeSave(IVetoable veto)

afterSaveSuccess()

afterSaveError()

afterSaveCancel()

beforeUndo(IVetoable veto)

afterUndo();

beforeClear(IVetoable veto)

afterClear();


Original issue reported on code.google.com by [email protected] on 16 Mar 2013 at 1:54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant