picasso.view.commands
Class Writer

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

public class Writer
extends FileCommand<Pixmap>

Save the chosen file.

Author:
Robert C Duvall

Constructor Summary
Writer()
           
 
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

Writer

public Writer()
Method Detail

execute

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