Interface AuthorComponentListener
@API(type=EXTENDABLE,
src=PUBLIC)
public interface AuthorComponentListener
Author component listener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
The editor document type changed (for example from Docbook to DITA).void
The loaded document changed.void
modifiedStateChanged
(boolean modified) The modified state of the component changed
-
Method Details
-
modifiedStateChanged
void modifiedStateChanged(boolean modified) The modified state of the component changed- Parameters:
modified
- true if the edited text in the component is modified, false otherwise
-
loadedDocumentChanged
void loadedDocumentChanged()The loaded document changed. load(URL, Reader) was called -
documentTypeChanged
void documentTypeChanged()The editor document type changed (for example from Docbook to DITA).
-