Ejemplo n.º 1
0
 public void exit() {
   context.log("exiting: " + this.toString());
 }
Ejemplo n.º 2
0
 State(Object parent) {
   this.parent = (PApplet) parent;
   this.context = (destino_01) parent;
   context.log("state created: " + this.toString());
 }
Ejemplo n.º 3
0
 public void enter() {
   context.log("----------------------------------");
   context.log("entering: " + this.toString());
 }