public interface ILocalTaskViewAdapter
| Modifier and Type | Field and Description |
|---|---|
static ILocalTaskViewAdapter |
DEFAULT_ADAPTER
Default view adapter that simply prints to standard out.
|
| Modifier and Type | Method and Description |
|---|---|
void |
append(java.lang.String s)
Append the given string to the view's display
|
static final ILocalTaskViewAdapter DEFAULT_ADAPTER