com.sun.lwuit.events
Interface ActionListener

All Known Implementing Classes:
Command, HTMLComponent, MenuBar

public interface ActionListener

Event callback interface invoked when a component action occurs

Author:
Chen Fishbein

Method Summary
 void actionPerformed(ActionEvent evt)
          Invoked when an action occurred on a component
 

Method Detail

actionPerformed

void actionPerformed(ActionEvent evt)
Invoked when an action occurred on a component

Parameters:
evt - event object describing the source of the action as well as its trigger