org.prevayler.util.memento
Interface MementoCollector

All Known Implementing Classes:
MementoManagerCommand

public interface MementoCollector

The memento collector collects the mementos created before the command gets actually executed.

Version:
2.0
Author:
Johan Stuyts

Method Summary
 void addMemento(Memento memento)
          Add a memento to the memento collection.
 

Method Detail

addMemento

void addMemento(Memento memento)
Add a memento to the memento collection.

Parameters:
memento - The memento to add.


Copyright © 2001-2013. All Rights Reserved.