Package ucar.unidata.ui
Interface XmlUi.ActionHandler
- Enclosing class:
XmlUi
public static interface XmlUi.ActionHandler
Interface to pass ActionEvents to along with this XmlUI object
- Version:
- $Revision: 1.62 $
- Author:
- IDV Development Team
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleAction
(ActionEvent event, XmlUi xmlUI) Handle the event
-
Method Details
-
handleAction
Handle the event- Parameters:
event
- eventxmlUI
- me
-