Skip to content

Commit

Permalink
监听者模式接口设计
Browse files Browse the repository at this point in the history
  • Loading branch information
googlemeoften committed Mar 27, 2016
1 parent 266dad4 commit c2fbce5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @date 2016/3/27
* @version: 1.0
*/
public interface Subject {
public interface Observerable {
/**
*
* @param listener
Expand Down

0 comments on commit c2fbce5

Please sign in to comment.