org.extex.language
Interface LanguageManagerCarrier

All Known Subinterfaces:
ContextInternals
All Known Implementing Classes:
ContextExtensionImpl, ContextImpl

public interface LanguageManagerCarrier

This interface describes the ability to carry a hyphenation factory.

Version:
$Revision: 4726 $
Author:
Gerd Neugebauer

Method Summary
 void setLanguageManager(LanguageManager manager)
          Setter for the language manager.
 

Method Detail

setLanguageManager

void setLanguageManager(LanguageManager manager)
                        throws ConfigurationException
Setter for the language manager.

Parameters:
manager - the language manager to carry
Throws:
ConfigurationException - in case of a configuration problem