/**
  * Returns onSuccess() of injected callback.
  * 
  * {@inheritdoc}
  */
 public function onSuccess()
 {
     if (null !== $this->callback) {
         return $this->callback->onSuccess();
     }
 }