Package swingtree.components.action
Interface SplitButtonClickedActionListener
- All Superinterfaces:
ActionListener
,EventListener
The listener interface for receiving the split clicked
ActionEvent
. The class that is interested in
processing an action event implements this interface, and the object created
with that class is registered with a component, using the component's
JSplitButton.addSplitButtonClickedActionListener(SplitButtonClickedActionListener)
method. When the action event occurs, that object's
ActionListener.actionPerformed(java.awt.event.ActionEvent)
method is invoked.-
Method Summary
Methods inherited from interface java.awt.event.ActionListener
actionPerformed