unscheduleUpdateForTarget() public method

public unscheduleUpdateForTarget ( System target ) : void
target System
return void
Esempio n. 1
0
 /* unschedules the "update" method.
  *
  * @since v0.99.3
  */
 public void unscheduleUpdate()
 {
     _scheduler.unscheduleUpdateForTarget(this);
 }