jp.gr.javacons.jim
インタフェース DataValueChangeListener
- public interface DataValueChangeListener
- extends EventListener
DataValueChangeListener Interface provides an event notification method,
which is called in reponse to a change in the value, time stamp and/or
quality flag information of a DataHolder object.
メソッドの概要 |
void |
dataValueChanged(DataValueChangeEvent evt)
This is the method called if there is a change in the value,
time stamp, and/or quality flag information of a DataHolder object.
|
dataValueChanged
public void dataValueChanged(DataValueChangeEvent evt)
- This is the method called if there is a change in the value,
time stamp, and/or quality flag information 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.