params = $params; $this->onWaiting(); } /** * */ public function onWaiting() { } public function onRunning() { // TODO: Implement onRunning() method. } public function onComplete() { // TODO: Implement onComplete() method. } }