Esempio n. 1
0
 public void execute(MyStorage _storage, int _ind)
 {
     storage = _storage;
     index   = _ind;
     storage.getObject(index).select();
     storage.notifyEveryone();
 }