コード例 #1
0
 /**
  * Starts the one and only job instance in a separate Thread. Should be called exactly one time
  * before the operation is stopped.
  *
  * @param arguments {@inheritDoc}
  */
 protected void start(WorkloadListener listener) {
   buffer.setWorkloadListener(listener);
 }