StringResourcesHandler¶
-
public final class
StringResourcesHandler¶
Methods¶
executeQuery¶
-
public static void
executeQuery(int requestType, String token, CallbackOperation operation)¶ Executes a query in a detached thread. Once it finishes executes the callback
Parameters: - requestType – Request type (One of the listed request types)
- token – Session token
- operation – Callback operation
executeQuery¶
-
public static void
executeQuery(String resId, int requestType, String token, CallbackOperation operation)¶ Executes a query in a detached thread. Once it finishes executes the callback
Parameters: - resId – Queried resource id
- requestType – Request type (One of the listed request types)
- token – Session token
- operation – Callback operation