Esempio n. 1
0
  /** Stops the deploy. */
  @Override
  protected void stopImpl() {
    _alarm.dequeue();

    if (_deployService != null) _deployService.removeUpdateListener(this);

    super.stopImpl();
  }