Exemplo n.º 1
0
 public void addListener(Action <T> a)
 {
     watchable.addListener(a);
 }
Exemplo n.º 2
0
 public void addOnChangeListener(Action <int> a)
 {
     storage.addListener(a);
 }