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