chrriis.dj.nativeswing.swtimpl.components
Interface HTMLEditorListener

All Superinterfaces:
EventListener

public interface HTMLEditorListener
extends EventListener

Author:
Christopher Deckers

Method Summary
 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.