Interface DelegatingEasyEditorPage.IDirtyListener
-
- Enclosing class:
- DelegatingEasyEditorPage
public static interface DelegatingEasyEditorPage.IDirtyListenerA dirty listener interface.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyDirty(boolean dirtyState)Notifies the listener about a change in the dirty state.
-