picasso.util
Interface Command<T>

All Known Implementing Classes:
Evaluater, FileCommand, NamedCommand, Reader, ThreadedCommand, Writer

public interface Command<T>

An abstract command class that operates on some object.

Author:
Robert C Duvall

Method Summary
 void execute(T target)
          Subclasses determine how to update the given object
 

Method Detail

execute

void execute(T target)
Subclasses determine how to update the given object