picturedream.action
Class ControllerUndo

java.lang.Object
  |
  +--picturedream.action.ControllerUndo
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class ControllerUndo
extends java.lang.Object
implements java.awt.event.ActionListener

Author:
rico.schuster

Field Summary
protected  IPicture ivPicPreview
           
protected  IPicture ivPicture
           
 
Constructor Summary
ControllerUndo(IPicture p, IPicture preview)
          Creates a new instance of ControllerUndo
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

ivPicture

protected IPicture ivPicture

ivPicPreview

protected IPicture ivPicPreview
Constructor Detail

ControllerUndo

public ControllerUndo(IPicture p,
                      IPicture preview)
Creates a new instance of ControllerUndo
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Specified by:
actionPerformed in interface java.awt.event.ActionListener