Bug 1279332 - Document that onTargetSelected should be run on the UI thread r=grisha

MozReview-Commit-ID: IJ7UItFhvtE

--HG--
extra : rebase_source : 21c8447deae4c7fee221ecfb7cc73076f88f0c26
This commit is contained in:
Andrzej Hunt 2016-06-09 15:59:48 -07:00
Родитель 0e9eacd33c
Коммит ca8ea28ccc
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -51,6 +51,8 @@ public class GeckoActionProvider {
* A listener to know when a target was selected.
* When setting a provider, the activity can listen to this,
* to close the menu.
*
* Is run on the UI thread.
*/
public interface OnTargetSelectedListener {
public void onTargetSelected();