module observer.delivery.displayelement; interface DisplayElement { void display(); }