Ontimize 5.2072EN

com.ontimize.gui
Interface InteractionManagerLoader

All Known Implementing Classes:
DefaultInteractionManagerLoader

public interface InteractionManagerLoader


Method Summary
 InteractionManager getInteractionManager(java.lang.String formName)
          Gets the InteractionManager to use with the specified form
 

Method Detail

getInteractionManager

public InteractionManager getInteractionManager(java.lang.String formName)
Gets the InteractionManager to use with the specified form

Parameters:
formName - Form name
Returns:

Ontimize