ch.sahits.codegen.wizards
Interface IFinalizableModel


public interface IFinalizableModel

This interface defines the method needed by the wizard pages of a wizard to serialize the data of its fields into a object model

Since:
1.2.0
Author:
Andi Hotz

Method Summary
 void finalizeModel()
          Finalize the model.
 void finalizePage(IOutputFileModel model)
          Fill in the page data with data from the model
 

Method Detail

finalizeModel

void finalizeModel()
Finalize the model. This method serializes the data from a wizard page into a shared model.


finalizePage

void finalizePage(IOutputFileModel model)
Fill in the page data with data from the model

Parameters:
model -