public final class IntentAction extends Object
Intent.getIntentActions()
public void execute(@NullAllowed Callback callback)
callback
- Callback object that will be notified when the execution
completes. If callback is null, the result will be ignored.@NonNull public Future<Object> execute()
If the result is ignored, it's recommended to use
intentAction.execute(null);
@NonNull public String getDisplayName()
Built on January 28 2016. | Portions Copyright 1997-2016 Oracle. All rights reserved.