Esempio n. 1
0
 /**
  * Validate the state of the command before execution.
  *
  * @throws IllegalStateException if the command can't be executed with the current state.
  * @since 1.0
  */
 @CallSuper
 protected void validateStatePreExecute() {
   Preconditions.stateNotNull(mUri, "Uri not set. Did you call onUri()?");
 }