DESY ACOP Beans Home

com.cosylab.gui.displayers
Interface ObjectConsumer

All Superinterfaces:
DataConsumer
All Known Subinterfaces:
EnumDisplayer, ObjectDisplayer
All Known Implementing Classes:
CharacteristicsMapPanel, DoubleConsumerMulticaster, LongConsumerMulticaster, ObjectConsumerMulticaster, PatternConsumerMulticaster, StringConsumerMulticaster

public interface ObjectConsumer
extends DataConsumer

ObjectConsumer is data consumer for receiveing updates of Object dynamic values.

Since:
Nov 24, 2003.
Version:
$Id: ObjectConsumer.java,v 1.3 2008-04-22 12:31:02 jbobnar Exp $
Author:
Igor Kriznar

Method Summary
 void updateValue(long timestamp, java.lang.Object value)
          Notifys this consumer about new dynamic value update.
 
Methods inherited from interface com.cosylab.gui.displayers.DataConsumer
getDataConsumer, getDefaultDataConsumer, getName, getSupportedCharacteristics, getSupportedConsumerTypes, setCharacteristics, updateDataState
 

Method Detail

updateValue

void updateValue(long timestamp,
                 java.lang.Object 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.