public interface ActionListener<T extends ActionEvent>

Known subtypesButtonList, CheckBoxList, Progress, RadioButtonList, ShareButton, SwitchList, LikeButton, Plugin, EmailShare, FacebookShare, SMSShare, ShareService, Command, MenuBar, NavigationCommand, SideMenuBar, HTMLComponent

Event callback interface invoked when a component action occurs

Methods

public abstract void actionPerformed(T evt)Invoked when an action occurred on a component

Method details

actionPerformed

public abstract void actionPerformed(T evt)
Invoked when an action occurred on a component

Parameters

evt T
event object describing the source of the action as well as its trigger