Example #1
0
 public void finishedId(Object id) {
   if (_callback != null) {
     _callback.finishedId(id);
   }
 }