Skip to content

Instantly share code, notes, and snippets.

@pablovillacanas
Created June 14, 2018 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pablovillacanas/4b3943bb3969f5faecff09a2da42c2c7 to your computer and use it in GitHub Desktop.
Save pablovillacanas/4b3943bb3969f5faecff09a2da42c2c7 to your computer and use it in GitHub Desktop.
public void notifyObservers(){
for(Observador o : observadores){
o.update();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment