com.ideanest.attributes
Interface Creator

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AttributeCreator

public interface Creator
extends java.io.Serializable

A creator for attributes that cannot be serialized. It is initialized with all the necessary data, and recreates the original attribute on demand.

Version:
$Revision: 1.1 $ ($Date: 2003/07/30 04:23:53 $)
Author:
Piotr Kaminski

Method Summary
 java.lang.Object create()
           
 

Method Detail

create

public java.lang.Object create()
                        throws java.lang.Exception
Throws:
java.lang.Exception