fr.inria.ketuk.scriptEventHandler
Class ScriptActionHandler

java.lang.Object
  |
  +--fr.inria.ketuk.scriptEventHandler.ScriptActionHandler
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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

A listener class which handle action events

Author:
Claude Pasquier

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

Constructor Detail

ScriptActionHandler

public ScriptActionHandler()
Method Detail

actionPerformed

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