Class 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!
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ActionAdapter

        public ActionAdapter()
        Creates a new ActionAdapter object.
    • Method Detail

      • actionPerformed

        public abstract void actionPerformed​(java.awt.event.ActionEvent ae)
        DOCUMENT ME!
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener
        Parameters:
        ae - DOCUMENT ME!