com.std.controller
Class ObservableEventActionListener

java.lang.Object
  extended by com.std.controller.ObservableEventActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class ObservableEventActionListener
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
ObservableEventActionListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 ObservableEvent onActionPerformed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObservableEventActionListener

public ObservableEventActionListener()
Method Detail

onActionPerformed

public ObservableEvent onActionPerformed()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener