javax.rad.remote.event
Interface ICallBackListener

All Known Implementing Classes:
CallBackForward

public interface ICallBackListener

The ICallBackListener interface enables the asynchronous communication between client and server. The callback detection will be managed by an IConnection implementation.


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

Method Detail

callBack

void callBack(CallBackEvent pEvent)
If the IConnection detects a callback, then this method will be called, to notify the client listener.

Parameters:
pEvent - result, of an asynchronous method call


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.