org.workingfrog.i18n.util
Class PassiveListener

java.lang.Object
  extended byorg.workingfrog.i18n.util.PassiveListener
All Implemented Interfaces:
LocaleListener

public class PassiveListener
extends java.lang.Object
implements LocaleListener

Class used by any object which doesn't contain i18n stuff.

Author:
Jean-Hugues de Raigniac

Constructor Summary
PassiveListener()
           
 
Method Summary
 void localeChanged(LocaleEvent event)
          Mimic real listeners...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PassiveListener

public PassiveListener()
Method Detail

localeChanged

public void localeChanged(LocaleEvent event)
Mimic real listeners...

Specified by:
localeChanged in interface LocaleListener
Parameters:
event - contains the new Locale