Package ro.sync.exml.workspace.api.base
Interface ModifiedStatusProvider
-
- All Known Subinterfaces:
AuthorEditorAccess
,IWebappAuthorEditorAccess
,WSEditor
,WSEditorBase
@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface ModifiedStatusProvider
Provides access to the modified status of an object.- Since:
- 18.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isModified()
Call this method to determine the status of this object.
-