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