gui.components
Class CustomKeyEventDisptatcher

java.lang.Object
  extended by gui.components.CustomKeyEventDisptatcher
All Implemented Interfaces:
java.awt.KeyEventDispatcher

public class CustomKeyEventDisptatcher
extends java.lang.Object
implements java.awt.KeyEventDispatcher

Author:
jasonkb

Constructor Summary
CustomKeyEventDisptatcher(PreviewPanel panel, PhysMoPreview player)
           
 
Method Summary
 boolean dispatchKeyEvent(java.awt.event.KeyEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomKeyEventDisptatcher

public CustomKeyEventDisptatcher(PreviewPanel panel,
                                 PhysMoPreview player)
Method Detail

dispatchKeyEvent

public boolean dispatchKeyEvent(java.awt.event.KeyEvent e)
Specified by:
dispatchKeyEvent in interface java.awt.KeyEventDispatcher