org.PingOO.DLAI.lib.PWidget
Class ListViewer.ButtonActionListener

java.lang.Object
  |
  +--org.PingOO.DLAI.lib.PWidget.ListViewer.ButtonActionListener

protected class ListViewer.ButtonActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

Listener unsed whe one of the button is clicked.

Since:
PingOO 2.0
Version:
2.0
Author:
Fabrice Bouyé (bouye@cur-archamps.fr)

Constructor Summary
ListViewer.ButtonActionListener()
          Creates a new action listener.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
          Action to execute when a button has been clicked.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

ListViewer.ButtonActionListener

public ListViewer.ButtonActionListener()
Creates a new action listener.
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Action to execute when a button has been clicked.
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
event - The action event.