Drools examples 6.0.0.CR2

org.drools.games.pong
Class PongUI.PongKeyListener

java.lang.Object
  extended by org.drools.games.pong.PongUI.PongKeyListener
All Implemented Interfaces:
KeyListener, EventListener
Enclosing class:
PongUI

public static class PongUI.PongKeyListener
extends Object
implements KeyListener


Constructor Summary
PongUI.PongKeyListener(org.kie.api.runtime.rule.EntryPoint keyPressedEntryPoint, org.kie.api.runtime.rule.EntryPoint keyReleasedEntryPoint)
           
 
Method Summary
 void keyPressed(KeyEvent e)
           
 void keyReleased(KeyEvent e)
           
 void keyTyped(KeyEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PongUI.PongKeyListener

public PongUI.PongKeyListener(org.kie.api.runtime.rule.EntryPoint keyPressedEntryPoint,
                              org.kie.api.runtime.rule.EntryPoint keyReleasedEntryPoint)
Method Detail

keyTyped

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

keyPressed

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

keyReleased

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

Drools examples 6.0.0.CR2

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.