Uses of Package
lacam.interfaces

Packages that use lacam.interfaces
lacam.container   
lacam.gui   
lacam.interfaces   
lacam.processes   
 

Classes in lacam.interfaces used by lacam.container
ErrorQeueListener
          If this interface is implemented a class can be added to the ErrorQeue of the system, which will forward all thrown exceptions or errors to this class.
 

Classes in lacam.interfaces used by lacam.gui
ErrorQeueListener
          If this interface is implemented a class can be added to the ErrorQeue of the system, which will forward all thrown exceptions or errors to this class.
 

Classes in lacam.interfaces used by lacam.interfaces
Datasource
          This interface must be imlemented if the class should be able to be added as a datatarget to the system.
Datatarget
          This interface must be imlemented if the class should be able to be added as a datatarget to the system.
Process
          This interface is the super interface for any process step of a Task.
 

Classes in lacam.interfaces used by lacam.processes
Analysis
           
Datasource
          This interface must be imlemented if the class should be able to be added as a datatarget to the system.
Datatarget
          This interface must be imlemented if the class should be able to be added as a datatarget to the system.
ModelManager
          This interface must be implemented if a class should be able to be added as a model manager to a task.
Postprocess
          This interface must be implemented if a class should be able to be added as a postprocess to a task.
Preprocess
          This interface is to implement, if the class should be able to be added as a preprocess step to a task.
Process
          This interface is the super interface for any process step of a Task.
Userinterface