DESY ACOP Beans Home
com.cosylab.gui.displayers
Interface StringConsumer
- All Superinterfaces:
- DataConsumer
- All Known Subinterfaces:
- StringDisplayer
- All Known Implementing Classes:
- AcopLabel, DoubleConsumerMulticaster, LabelDisplayer, LongConsumerMulticaster, ObjectConsumerMulticaster, PatternConsumerMulticaster, StringConsumerMulticaster
public interface StringConsumer
- extends DataConsumer
StringConsumer is data consumer for receiveing updates of
String dynamic values.
- Since:
- Nov 24, 2003.
- Version:
- $Id: StringConsumer.java,v 1.3 2008-04-22 12:31:02 jbobnar Exp $
- Author:
- Igor Kriznar
|
Method Summary |
void |
updateValue(long timestamp,
java.lang.String value)
Notifys this consumer about new dynamic value update. |
updateValue
void updateValue(long timestamp,
java.lang.String value)
throws CommonException
- Notifys this consumer about new dynamic value update.
- Parameters:
timestamp - the time of dynamic value eventvalue - new value
- Throws:
CommonException
Copyright © 2010. All Rights Reserved.