public interface FHAct
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Executes the request asynchronously.
|
void |
execute(FHActCallback pCallback)
Executes the request asynchronously.
|
void |
setCallback(FHActCallback pCallback)
Sets the callback function to be executed when the action is finished.
|
void setCallback(FHActCallback pCallback)
pCallback - the callback functionvoid execute()
setCallback(FHActCallback pCallback) when the request
finishes.void execute(FHActCallback pCallback)
pCallback - the callback functionCopyright © 2016 Red Hat. All rights reserved.