DESY ACOP Beans Home

com.cosylab.gui.displayers
Interface UpdateRequestListener


public interface UpdateRequestListener

UpdateRequestListener receives response for asynchronous update request.

Since:
Dec 3, 2003.
Version:
$Id: UpdateRequestListener.java,v 1.3 2008-04-22 12:31:02 jbobnar Exp $
Author:
Igor Kriznar

Method Summary
 void replay(UpdateRequest request, boolean success, java.lang.Exception exception)
          This event hook is called by AsynchronousNumberConsumer when receives response for update request.
 

Method Detail

replay

void replay(UpdateRequest request,
            boolean success,
            java.lang.Exception exception)
This event hook is called by AsynchronousNumberConsumer when receives response for update request.

Parameters:
request - the request which originated the respons
successful - true if update was succesful
exception - the exceptionthat was thrown upon uncussesful update


Copyright © 2010. All Rights Reserved.