Interface FormActionListener

  • All Superinterfaces:
    EventListener, FormEventListener
    All Known Implementing Classes:
    FormController

    public interface FormActionListener
    extends FormEventListener

    Definition of an interface for action listeners.

    Objects that are interested in FormActionEvent notifications must implement this interface.

    Version:
    $Id: FormActionListener.java 205 2012-01-29 18:29:57Z oheger $
    Author:
    Oliver Heger
    • Method Detail

      • actionPerformed

        void actionPerformed​(FormActionEvent e)
        This method gets called when an FormActionEvent occurs.
        Parameters:
        e - the action event