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