com.fruitioninc.jwc
Class Memento

java.lang.Object
  |
  +--com.fruitioninc.jwc.Memento

public class Memento
extends java.lang.Object

State extracted from an application or component(s). State is represented by a set of Property objects.


Constructor Summary
Memento()
           
 
Method Summary
 void addProperty(Property property)
           
 java.util.Iterator iterator()
          Returns an iteration of Property's containing the state in this memento.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Memento

public Memento()
Method Detail

addProperty

public void addProperty(Property property)

iterator

public java.util.Iterator iterator()
Returns an iteration of Property's containing the state in this memento.