: Download: FAQ: Licensing: Support: Contact ME
LwVCL Home
Introduction
Overview
Screen Shots
On-line Demos
Requirements
Further Plans
Docs
Tutorial
How-to (PDF)
API
FAQ
Download
Latest version

Home > J2SE > API

Overview  Package   Class  Tree  Deprecated  Index  Help 

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.
 

Method Detail

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.


: up