Package gov.nih.mipav.view.dialogs
Class JDialogAnnotation.CancelListener
- java.lang.Object
-
- gov.nih.mipav.view.dialogs.JDialogAnnotation.CancelListener
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.util.EventListener
- Enclosing class:
- JDialogAnnotation
class JDialogAnnotation.CancelListener extends java.lang.Object implements java.awt.event.ActionListener
Does nothing.
-
-
Constructor Summary
Constructors Constructor Description CancelListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
Does nothing.
-