jp.gr.javacons.jim
インタフェース DataParameterChangeListener
- public interface DataParameterChangeListener
- extends EventListener
DataParameterChangeListener Interface provides an event notification method,
which is called in response to the change in parameter value of a DataHolder
object.
dataParameterChanged
public void dataParameterChanged(DataParameterChangeEvent evt)
- This method is called if there is a change in the parameter value of
a DataHolder object.
If it takes a lot of time to process this method, the event
information to other listeners will be delayed. Reducing the amount of
the time it takes to process this method as much as possible,
or processing within another thread is recommended.