Esempio n. 1
0
 public void add(T item) throws IOException {
   data.add(item);
   onModified();
 }