Пример #1
0
 public void exit() {
   context.log("exiting: " + this.toString());
 }
Пример #2
0
 State(Object parent) {
   this.parent = (PApplet) parent;
   this.context = (destino_01) parent;
   context.log("state created: " + this.toString());
 }
Пример #3
0
 public void enter() {
   context.log("----------------------------------");
   context.log("entering: " + this.toString());
 }