Skip to content

Commit

Permalink
#41 fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KaylaCharky committed Dec 7, 2020
1 parent ca4272a commit d59afd7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package smarthomesimulator.interfaces;

public interface Observable {
public void attachObserver(Observer o);
public void detachObserver(Observer o);
void notifyObserver(Observable observable);
}

0 comments on commit d59afd7

Please sign in to comment.