ix.examples
Class PicoIXTest1

java.lang.Object
  extended by ix.examples.PicoIXTest1

public class PicoIXTest1
extends java.lang.Object

A simple example using an I-X framework. It shows how to define activity handlers, create an IX_System that uses those handlers, and tell the system of "events" that become Activities. It also shows how to access PicoIX in a class that isn't a subclass of PicoIX.


Constructor Summary
PicoIXTest1()
           
 
Method Summary
static void main(java.lang.String[] argv)
          Main program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PicoIXTest1

public PicoIXTest1()
Method Detail

main

public static void main(java.lang.String[] argv)
Main program.