/** Hears an event and updates those Requests waiting on this subindex fetch */
 public void receive(
     ClientEvent ce, ObjectContainer maybeContainer, ClientContext context) {
   FindRequest.updateWithEvent(waitingOnSubindex, ce);
   //				Logger.normal(this, "Updated with event : "+ce.getDescription());
 }