Package gov.nih.mipav.view
Class MipavUtil.ActionAdapter
- java.lang.Object
-
- gov.nih.mipav.view.MipavUtil.ActionAdapter
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.util.EventListener
- Enclosing class:
- MipavUtil
public abstract static class MipavUtil.ActionAdapter extends java.lang.Object implements java.awt.event.ActionListener
Static abstract class similar to mouseAdapter to allow the catching of actionevents from components without having to implement ActionListener.- Author:
- linkb
-
-
Constructor Summary
Constructors Constructor Description ActionAdapter()
Creates a new ActionAdapter object.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
actionPerformed(java.awt.event.ActionEvent ae)
DOCUMENT ME!
-