this.counter ++; this.setCounter(this.counter-1); /* same as this.counter--; ;-) */ this.setCounter(0);