DESY ACOP Beans Home
com.cosylab.gui.displayers
Interface NonblockingObjectConsumer
- All Superinterfaces:
- DataConsumer
- All Known Implementing Classes:
- FeedbackConsumerSupport
public interface NonblockingObjectConsumer
- extends DataConsumer
NonblockingObjectConsumer is data consumer for
Object data, which does not block or fail update request.
This interface is intended to be used by DataSource. Displayer
which want to notify data source about value changes done by user need to
implement DataSource which supports this type of consumer.
- Since:
- Dec 3, 2003.
- Version:
- $Id: NonblockingObjectConsumer.java,v 1.3 2008-04-22 12:31:02 jbobnar Exp $
- Author:
- Igor Kriznar
|
Method Summary |
void |
updateNonblocking(java.lang.Object value)
Notifys this consumer about new dynamic value update. |
updateNonblocking
void updateNonblocking(java.lang.Object value)
- Notifys this consumer about new dynamic value update.
- Parameters:
value - new value
Copyright © 2010. All Rights Reserved.