rero.gui.script
Class WindowInputListener

java.lang.Object
  extended byrero.bridges.event.ScriptedEventListener
      extended byrero.gui.script.WindowInputListener
All Implemented Interfaces:
InputListener

public class WindowInputListener
extends ScriptedEventListener
implements InputListener


Field Summary
 
Fields inherited from class rero.bridges.event.ScriptedEventListener
permanent, registered, temporary
 
Constructor Summary
WindowInputListener()
           
 
Method Summary
 void onInput(UserInputEvent ev)
           
 void setupListener()
           
 
Methods inherited from class rero.bridges.event.ScriptedEventListener
addListener, addTemporaryListener, dispatchEvent, isSetup, setRegistered
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowInputListener

public WindowInputListener()
Method Detail

onInput

public void onInput(UserInputEvent ev)
Specified by:
onInput in interface InputListener

setupListener

public void setupListener()
Specified by:
setupListener in class ScriptedEventListener