mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 1243307 - Post: clarify where onPromptFinished is run r=liuche
--HG-- extra : commitid : 1ngV1DKn5ym
This commit is contained in:
parent
45f7f84915
commit
39666217d2
@ -546,6 +546,11 @@ public class Prompt implements OnClickListener, OnCancelListener, OnItemClickLis
|
||||
}
|
||||
|
||||
public interface PromptCallback {
|
||||
|
||||
/**
|
||||
* Called when the Prompt has been completed (i.e. when the user has selected an item or action in the Prompt).
|
||||
* This callback is run on the UI thread.
|
||||
*/
|
||||
public void onPromptFinished(String jsonResult);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user