ix.examples
Class PicoIXTest2.TestController

java.lang.Object
  extended by ix.examples.PicoIX.Controller
      extended by ix.examples.PicoIXTest2.TestController
Enclosing class:
PicoIXTest2

static class PicoIXTest2.TestController
extends PicoIX.Controller

A Controller that supports pushActivity().


Field Summary
 
Fields inherited from class ix.examples.PicoIX.Controller
activities, handlerTable, q, system
 
Constructor Summary
PicoIXTest2.TestController()
           
 
Method Summary
protected  void pushActivity(PicoIX.Activity i)
           
 
Methods inherited from class ix.examples.PicoIX.Controller
addActivity, addEventActivity, findHandler, handleActivity, installActivityHandlers, installActivityHandlers, mainLoop, selectActivity, setSystem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PicoIXTest2.TestController

PicoIXTest2.TestController()
Method Detail

pushActivity

protected void pushActivity(PicoIX.Activity i)