Skip to content

Commit

Permalink
Merge pull request #83 from mlee97/Javadoc
Browse files Browse the repository at this point in the history
#41 fix typo
  • Loading branch information
KaylaCharky authored Dec 7, 2020
2 parents ec3977c + d59afd7 commit 74d6d10
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 74d6d10

Please sign in to comment.