You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 16 Mar 2013 at 1:54The text was updated successfully, but these errors were encountered: