package com.llgc.modele; public interface Observer { public void update(String str); }