Beispiel #1
0
 public App(Echoable echoable)
 {
     this.echoable = echoable;
 }
Beispiel #2
0
 public void setEchoable(Echoable echoable)
 {
     this.echoable = echoable;
 }