com.japisoft.xmlappkit
Interface XMLEditorSelectionListener


public interface XMLEditorSelectionListener

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

Method Summary
 void xmlEditorSelected(XMLEditor oldSelection, XMLEditor newSelection)
          Notify the listener that this editor has been selected by the view
 

Method Detail

xmlEditorSelected

public void xmlEditorSelected(XMLEditor oldSelection,
                              XMLEditor newSelection)
Notify the listener that this editor has been selected by the view

Parameters:
oldSelection - if the last selected editor, it can be null
newSelection - is the current selected editor, it can't be null