gate.gui.ontology
Interface TreeNodeSelectionListener

All Known Implementing Classes:
DatatypePropertyAction, DeleteOntologyResourceAction, InstanceAction, ObjectPropertyAction, SubClassAction, SymmetricPropertyAction, TransitivePropertyAction

public interface TreeNodeSelectionListener

Objects wishing to listen to the events fired by the ontology editor when a user changes his/her selection in the ontology tree editor, should implements this interface and get registered by using the repsective method in the OntologyEditor.

Author:
niraj

Method Summary
 void selectionChanged(ArrayList<DefaultMutableTreeNode> arraylist)
          This method is invoked by the ontology editor whenever a user changes his/her selection in the ontology tree editor.
 

Method Detail

selectionChanged

void selectionChanged(ArrayList<DefaultMutableTreeNode> arraylist)
This method is invoked by the ontology editor whenever a user changes his/her selection in the ontology tree editor.

Parameters:
arraylist -