Package net.ontopia.topicmaps.viz
Class Vizlet.DynamicMenuListener
- java.lang.Object
-
- net.ontopia.topicmaps.viz.Vizlet.DynamicMenuListener
-
- All Implemented Interfaces:
ActionListener
,EventListener
- Enclosing class:
- Vizlet
protected class Vizlet.DynamicMenuListener extends Object implements ActionListener
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DynamicMenuListener(VizPanel vpanel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(ActionEvent actionEvent)
-
-
-
Field Detail
-
vpanel
protected VizPanel vpanel
-
-
Constructor Detail
-
DynamicMenuListener
protected DynamicMenuListener(VizPanel vpanel)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(ActionEvent actionEvent)
- Specified by:
actionPerformed
in interfaceActionListener
-
-