upidiff.i18n
Interface CatalogListener

All Superinterfaces:
EventListener

public interface CatalogListener
extends EventListener

This listener interface is used to notify objects of language changes in a Catalog.

Author:
bmeurer
See Also:
Catalog

Method Summary
 void languageChanged(CatalogEvent event)
          This method is called whenever the current language of a Catalog changes.
 

Method Detail

languageChanged

public void languageChanged(CatalogEvent event)
This method is called whenever the current language of a Catalog changes.

Parameters:
event - Catalog event.