com.japisoft.xmlappkit.editor
Interface XMLEditorListeners


public interface XMLEditorListeners

This is a set of listeners the editor would like to manage. When the editor doesn't want to manage a listener, it just return a null value.

Version:
1.0
Author:
(c) 2004 JAPISoft / http://www.japisoft.com

Method Summary
 javax.swing.event.TreeSelectionListener getTreeSelectionListener()
          This event will be managed ONLY if the editor has been activated / started
 

Method Detail

getTreeSelectionListener

public javax.swing.event.TreeSelectionListener getTreeSelectionListener()
This event will be managed ONLY if the editor has been activated / started

Returns:
a tree selection listener when this editor is interested to receive tree selection event or null