Interface IEASyPageListener
-
- All Known Implementing Classes:
Editor
interface IEASyPageListenerListener forAbstractEASyEditorPages. This lister will be informed when theAbstractEASyEditorPagebecomes dirty.- Author:
- El-Sharkawy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpageBecomesDirty(AbstractEASyEditorPage page)Informs the listener that the page becomes dirty.
-
-
-
Method Detail
-
pageBecomesDirty
void pageBecomesDirty(AbstractEASyEditorPage page)
Informs the listener that the page becomes dirty.- Parameters:
page- The page which becomes dirty.
-
-