Constructor and Description |
---|
AndroidHandler(android.content.Context c,
java.lang.Class<?> b) |
Modifier and Type | Method and Description |
---|---|
void |
startAsync(Callback c) |
void |
startAsync(Callback c,
java.util.List<java.lang.Integer> program_index,
java.util.List<java.lang.Integer> option_index)
This method have to be implemented by subclasses to execute solver in a asynchronous way, if no parameters are given
the entire sets of programs and option are used
|
addOption, addProgram, getInputProgram, getOptionDescriptor, removeAll, removeOption, removeOption, removeProgram, removeProgram, startSync, startSync
public AndroidHandler(android.content.Context c, java.lang.Class<?> b)
public void startAsync(Callback c)
startAsync
in class Handler
Service
public void startAsync(Callback c, java.util.List<java.lang.Integer> program_index, java.util.List<java.lang.Integer> option_index)
Handler
startAsync
in class Handler
Handler.startAsync(Callback, List, List)