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
notifications must implement this interface.FormActionEvent
- Version:
- $Id: FormActionListener.java 205 2012-01-29 18:29:57Z oheger $
- Author:
- Oliver Heger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
actionPerformed(FormActionEvent e)
This method gets called when anFormActionEvent
occurs.
-
-
-
Method Detail
-
actionPerformed
void actionPerformed(FormActionEvent e)
This method gets called when anFormActionEvent
occurs.- Parameters:
e
- the action event
-
-