org.zaval.lw.event
Interface LwActionListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- LwBlankDialog, LwColorPanel, LwCombo, LwFilePanel, LwFontPanel, LwPopupLayer, LwScroll, LwSpin, LwWinProducer, LwTreeGrid
- public interface LwActionListener
- extends java.util.EventListener
This listener interface for receiving the action events.
|
Method Summary |
void |
actionPerformed(java.lang.Object src,
java.lang.Object data)
Invoked when an action event occurred. |
actionPerformed
public void actionPerformed(java.lang.Object src,
java.lang.Object data)
- Invoked when an action event occurred.
- Parameters:
src - the specified source where the event has been originated.data - the event data.
|