courselog
Class ActionKeysDispatcher

java.lang.Object
  extended by courselog.ActionKeysDispatcher
All Implemented Interfaces:
ewe.ui.EventListener

public class ActionKeysDispatcher
extends java.lang.Object
implements ewe.ui.EventListener


Field Summary
protected  ewe.ui.Control actLeft
           
protected  ewe.ui.Control actRight
           
 
Constructor Summary
ActionKeysDispatcher()
           
 
Method Summary
 void onEvent(ewe.ui.Event ev)
           
 void setLeftAndRight(ewe.ui.Control cL, ewe.ui.Control cR)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

actLeft

protected ewe.ui.Control actLeft

actRight

protected ewe.ui.Control actRight
Constructor Detail

ActionKeysDispatcher

public ActionKeysDispatcher()
Method Detail

setLeftAndRight

public void setLeftAndRight(ewe.ui.Control cL,
                            ewe.ui.Control cR)

onEvent

public void onEvent(ewe.ui.Event ev)
Specified by:
onEvent in interface ewe.ui.EventListener