picasso.view.commands
Class Reader

java.lang.Object
  extended by picasso.util.FileCommand<Pixmap>
      extended by picasso.view.commands.Reader
All Implemented Interfaces:
Command<Pixmap>

public class Reader
extends FileCommand<Pixmap>

Open the chosen file.

Author:
Robert C Duvall

Constructor Summary
Reader()
           
 
Method Summary
 void execute(Pixmap target)
          Subclasses determine how to update the given object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reader

public Reader()
Method Detail

execute

public void execute(Pixmap target)
Description copied from interface: Command
Subclasses determine how to update the given object