chrriis.dj.nativeswing.swtimpl.components
Interface HTMLEditorListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
HTMLEditorAdapter

public interface HTMLEditorListener
extends EventListener

Author:
Christopher Deckers

Method Summary
 void notifyDirtyStateChanged(HTMLEditorDirtyStateEvent e)
          Invoked when dirty state is changed.
 void saveHTML(HTMLEditorSaveEvent e)
          Invoked when the save action was triggered on an HTML editor.
 

Method Detail

saveHTML

void saveHTML(HTMLEditorSaveEvent e)
Invoked when the save action was triggered on an HTML editor.

Parameters:
e - the save event.

notifyDirtyStateChanged

void notifyDirtyStateChanged(HTMLEditorDirtyStateEvent e)
Invoked when dirty state is changed. The editor is dirty when its content has changed.

Parameters:
e - the editor event.