org.media.hyperpad
Class HyperSourceKeyListener

java.lang.Object
  |
  +--org.media.hyperpad.HyperSourceKeyListener
All Implemented Interfaces:
EventListener, KeyListener

public class HyperSourceKeyListener
extends Object
implements KeyListener

Class meant to catch and interpret the key events for source mode.

Version:
$Revision: 1.1 $ $Date: 2002/09/13 18:51:36 $
Author:
Borsos Szabolcs
See Also:
String

Constructor Summary
HyperSourceKeyListener(Component comp)
           
 
Method Summary
 void keyPressed(KeyEvent ke)
           
 void keyReleased(KeyEvent ke)
           
 void keyTyped(KeyEvent ke)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HyperSourceKeyListener

public HyperSourceKeyListener(Component comp)
Method Detail

keyPressed

public void keyPressed(KeyEvent ke)
Specified by:
keyPressed in interface KeyListener

keyReleased

public void keyReleased(KeyEvent ke)
Specified by:
keyReleased in interface KeyListener

keyTyped

public void keyTyped(KeyEvent ke)
Specified by:
keyTyped in interface KeyListener


"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."