Instruction prog = new ..... /* your program */
Machine m = new EventMachine(prog);
while(react()) ;
- Events are no more represented by objects. Just a few methods declared in the Domain interface are available to manage events.
- Some new instructions have been introduced as Cube, Link, Shell, JavaAtom... to allow easier interaction between SugarCubes behaviors and regular Java objects.