Package antlr.debug.misc
Class ASTFrame.MyTreeSelectionListener
- java.lang.Object
-
- antlr.debug.misc.ASTFrame.MyTreeSelectionListener
-
- All Implemented Interfaces:
EventListener
,TreeSelectionListener
- Enclosing class:
- ASTFrame
class ASTFrame.MyTreeSelectionListener extends Object implements TreeSelectionListener
-
-
Constructor Summary
Constructors Constructor Description MyTreeSelectionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
valueChanged(TreeSelectionEvent event)
-
-
-
Method Detail
-
valueChanged
public void valueChanged(TreeSelectionEvent event)
- Specified by:
valueChanged
in interfaceTreeSelectionListener
-
-