Datasets:
ArXiv:
License:
Stack-Repo / data /test /Hugo-Gao /Design-pattern /Observer /src /weatherstationex /DisplayElement.java
| package weatherstationex; | |
| /** | |
| * Created by Administrator on 2017/6/14. | |
| */ | |
| public interface DisplayElement | |
| { | |
| void display(); | |
| } | |