Package gov.nih.mipav.view
Class MipavUtil.ActionAdapter
java.lang.Object
gov.nih.mipav.view.MipavUtil.ActionAdapter
- All Implemented Interfaces:
ActionListener,EventListener
- Enclosing class:
MipavUtil
Static abstract class similar to mouseAdapter to allow the catching of actionevents from components without
having to implement ActionListener.
- Author:
- linkb
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ActionAdapter
public ActionAdapter()Creates a new ActionAdapter object.
-
-
Method Details
-
actionPerformed
DOCUMENT ME!- Specified by:
actionPerformedin interfaceActionListener- Parameters:
ae- DOCUMENT ME!
-