package com.patternObsTest; /** * Created by sdmg15 on 08/03/17. */ public class Observer implements Jobservers { public String update(Jsubject j){ return "Someone wants to set the value of the attribue : length."; } }