public boolean canClose() {
   return myCallBack == null || myCallBack.compute().booleanValue();
 }