lacam.interfaces
Interface Userinterface

All Superinterfaces:
Process
All Known Implementing Classes:
DefaultUserinterface

public interface Userinterface
extends Process

Author:
Dimitrij Zub
created on 17.02.2004

Field Summary
 
Fields inherited from interface lacam.interfaces.Process
ANALYSIS, DATASOURCE, DATATARGET, MODELMANAGER, PARAMKEY_LANGUAGE_PACK, PARAMKEY_PLUGIN_NAME, POSTPROCESS, PREPROCESS, USERINTERFACE
 
Method Summary
 java.lang.Object[] interact(java.lang.Object[] model)
          starts the UI Thread to interact with the user referring to the given model. returns the new data model created by interacting with the user
 
Methods inherited from interface lacam.interfaces.Process
init, reinit
 

Method Detail

interact

public java.lang.Object[] interact(java.lang.Object[] model)
starts the UI Thread to interact with the user referring to the given model. returns the new data model created by interacting with the user