net.sf.myjaut.i18n
Class AbstractButtonTextI18nListener

java.lang.Object
  extended by net.sf.myjaut.i18n.I18nAdapter<javax.swing.AbstractButton>
      extended by net.sf.myjaut.i18n.AbstractButtonTextI18nListener
All Implemented Interfaces:
I18nListener

public class AbstractButtonTextI18nListener
extends I18nAdapter<javax.swing.AbstractButton>


Constructor Summary
AbstractButtonTextI18nListener(javax.swing.AbstractButton t, java.lang.String key)
           
 
Method Summary
 void signalI18nChange(javax.swing.AbstractButton t, java.lang.String value)
           
 
Methods inherited from class net.sf.myjaut.i18n.I18nAdapter
getKey, getT, signalI18nChange
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractButtonTextI18nListener

public AbstractButtonTextI18nListener(javax.swing.AbstractButton t,
                                      java.lang.String key)
Method Detail

signalI18nChange

public void signalI18nChange(javax.swing.AbstractButton t,
                             java.lang.String value)
Specified by:
signalI18nChange in class I18nAdapter<javax.swing.AbstractButton>


This code documentation is disclosed as part of Kagiru Sudoku. It is licensed under the GNU General Public License (GPL) and comes with NO WARRANTY. See file license.txt for more info.