fr.inria.ketuk.scriptEventHandler
Class ScriptFocusHandler

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

public class ScriptFocusHandler
extends java.lang.Object
implements java.awt.event.FocusListener

A listener class which handle focus events

Author:
Claude Pasquier

Constructor Summary
ScriptFocusHandler()
           
 
Method Summary
 void focusGained(java.awt.event.FocusEvent event)
           
 void focusLost(java.awt.event.FocusEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptFocusHandler

public ScriptFocusHandler()
Method Detail

focusGained

public void focusGained(java.awt.event.FocusEvent event)
Specified by:
focusGained in interface java.awt.event.FocusListener

focusLost

public void focusLost(java.awt.event.FocusEvent event)
Specified by:
focusLost in interface java.awt.event.FocusListener