com.jaxfront.core.dom
Interface DOMChangeListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
AbstractCompositeTabView, AbstractCompositeType, AbstractCompositeView, AbstractListType, AbstractListTypeTableModel, AbstractListTypeView, AbstractListVisualizer, AbstractPagingView, AbstractSimpleListView, AbstractType, ComplexGroup, ComplexGroupList, ComplexGroupListView, ComplexGroupView, ContextView, DefaultTypeComboBoxModel, DefaultTypeListModel, DummyXPathRootType, EmptyType, FlipOrientationTableModel, FlippableListTypeTableModel, FormulaExpression, FormulaVisualizerView, KeyRefView, ListTypeTableModel, NavigationTree, PagingView, SimpleGroup, SimpleGroupList, SimpleGroupListView, SimpleGroupView, SimpleType, SimpleTypeList, SimpleTypeListTableModel, SimpleTypeListView, SimpleTypeTableListView, TableSorter, TypeController

public interface DOMChangeListener
extends java.util.EventListener

Represents a listener to respond at DOMChangeEvents.

Version:
1.60

Method Summary
 void domChanged(DOMChangeEvent event)
          Respond method for a DOM state changed (DOMChangeEvent).
 

Method Detail

domChanged

void domChanged(DOMChangeEvent event)
Respond method for a DOM state changed (DOMChangeEvent).

Parameters:
event - occured DOMChangeEvent