Ejemplo n.º 1
0
 public void setDirty(boolean dirty) {
   DogService.INSTANCE.setDirty(dirty);
 }
Ejemplo n.º 2
0
 public void cleanedDog() {
   DogService.INSTANCE.updateSatisfaction(10);
   DogService.INSTANCE.setDirty(false);
   setDirty(false);
 }