com.redstarhackers.model
Interface Model

All Superinterfaces:
java.io.Serializable

public interface Model
extends java.io.Serializable

Implementors of Model represent the "model" portion of a MVC-based design. This interface ensures that any model implementation is Serializable since serialization is usually required for a model to be of any use.

Version:
$Revision: 1.2 $
Author:
$Author: kostya $