de.janrufmonitor.framework.i18n
Interface II18nManagerFactory


public interface II18nManagerFactory

This interface must be implemented by a i18n manager factory object. An i18n manager factory object has to handle all i18n managers for the framework.

Author:
Thilo Brandt

Method Summary
 II18nManager getI18nManager()
          Gets the current i18n manager object.
 void shutdown()
          This method is called on shutdown time by the runtime object.
 void startup()
          This method is called on startup time by the runtime object.
 

Method Detail

getI18nManager

II18nManager getI18nManager()
Gets the current i18n manager object.

Returns:
a valid i18n manager

startup

void startup()
This method is called on startup time by the runtime object.


shutdown

void shutdown()
This method is called on shutdown time by the runtime object.



Copyright © 2010 by Thilo Brandt. All Rights Reserved.