jpos.config.simple.editor
Interface StandardPropsViewPanel.PropertyChangeListener

Enclosing class:
StandardPropsViewPanel

static interface StandardPropsViewPanel.PropertyChangeListener

A property change listener. MyTextArea has a editor implemented by JDialog. When a client wants to know text is changed by this dialog based editor, add linstener by addPropertyChangedListener().

Since:
1.3 (Washington DC 2001 meeting)
Author:
S. Hanai

Method Summary
 void propertyChanged(java.lang.String newValue)
          Called if property is changed.
 

Method Detail

propertyChanged

public void propertyChanged(java.lang.String newValue)
Called if property is changed.
Parameters:
newValue - new value


This API and code belongs to the JavaPOS committee please see LISCENCE file for details