provided.compute
Interface ILocalTaskViewAdapter


public interface ILocalTaskViewAdapter

A local view adapter for a task

Author:
swong

Field Summary
static ILocalTaskViewAdapter DEFAULT_ADAPTER
          Default view adapter that simply prints to standard out.
 
Method Summary
 void append(java.lang.String s)
          Append the given string to the view's display
 

Field Detail

DEFAULT_ADAPTER

static final ILocalTaskViewAdapter DEFAULT_ADAPTER
Default view adapter that simply prints to standard out.

Method Detail

append

void append(java.lang.String s)
Append the given string to the view's display

Parameters:
s - the string to display