X Tutup
package observer; /** * Created by http://teachcourse.cn on 2018/03/22. */ public interface DisplayElement { void display(); }
X Tutup