net.sf.myjaut.i18n
Class JTextAreaI18nListener

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

public class JTextAreaI18nListener
extends I18nAdapter<javax.swing.JTextArea>


Constructor Summary
JTextAreaI18nListener(javax.swing.JTextArea ja, java.lang.String key)
           
 
Method Summary
 void signalI18nChange(javax.swing.JTextArea 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

JTextAreaI18nListener

public JTextAreaI18nListener(javax.swing.JTextArea ja,
                             java.lang.String key)
Method Detail

signalI18nChange

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


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.