예제 #1
0
  /** Override the base class to call terminate() on the referenced model. */
  public void terminate() {
    if (_model instanceof Executable) {
      ((Executable) _model).terminate();
    }

    super.terminate();
  }