Searched refs:onExecute (Results 1 – 3 of 3) sorted by relevance
522 onExecute(provider); in execute()551 protected abstract void onExecute(IContentProvider provider) throws Exception; in onExecute() method in Content.Command565 public void onExecute(IContentProvider provider) throws Exception { in onExecute() method in Content.InsertCommand580 public void onExecute(IContentProvider provider) throws Exception { in onExecute() method in Content.DeleteCommand598 public void onExecute(IContentProvider provider) throws Exception { in onExecute() method in Content.CallCommand614 public void onExecute(IContentProvider provider) throws Exception { in onExecute() method in Content.GetTypeCommand626 public void onExecute(IContentProvider provider) throws Exception { in onExecute() method in Content.ReadCommand641 public void onExecute(IContentProvider provider) throws Exception { in onExecute() method in Content.WriteCommand660 public void onExecute(IContentProvider provider) throws Exception { in onExecute() method in Content.QueryCommand725 public void onExecute(IContentProvider provider) throws Exception { in onExecute() method in Content.UpdateCommand
57 callback.onExecute(this, pw)70 fun onExecute(cmd: ScreenDecorCommand, pw: PrintWriter) regex
294 private val onExecute: ((MyCommand) -> Unit)? = null,307 onExecute?.invoke(this)