try { this.valor = false; Thread.sleep(2000); this.valor = true; } catch (InterruptedException e) { }