javax.rad.remote.event
Interface ICallBackResultListener

All Known Implementing Classes:
AbstractConnection.CallBackResultDelegate, CallBackResultForward

public interface ICallBackResultListener

The ICallBackResultListener is the listener for server-sent callback objects.


Method Summary
 void callBackResult(CallBackResultEvent pEvent)
          If the IConnection detects a callback result, then this method will be called, to notify the client listener.
 

Method Detail

callBackResult

void callBackResult(CallBackResultEvent pEvent)
                    throws Throwable
If the IConnection detects a callback result, then this method will be called, to notify the client listener.

Parameters:
pEvent - event of a server-sent callback
Throws:
Throwable - if callback-result handling fails


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.