javax.rad.remote.event
Class CallBackResultForward

java.lang.Object
  extended by javax.rad.remote.event.CallBackResultForward
All Implemented Interfaces:
ICallBackResultListener

public class CallBackResultForward
extends java.lang.Object
implements ICallBackResultListener

The CallBackResultForward is a special ICallBackResultListener implementation which will handle listener exceptions.


Constructor Summary
CallBackResultForward(ICallBackResultListener pListener)
          Creates a new instance of CallBackResultForward.
CallBackResultForward(UIInvoker pUIInvoker, ICallBackResultListener pListener)
          Creates a new instance of CallBackResultForward.
 
Method Summary
 void callBackResult(CallBackResultEvent pEvent)
          If the IConnection detects a callback result, then this method will be called, to notify the client listener.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallBackResultForward

public CallBackResultForward(ICallBackResultListener pListener)
Creates a new instance of CallBackResultForward.

Parameters:
pListener - the original listener

CallBackResultForward

public CallBackResultForward(UIInvoker pUIInvoker,
                             ICallBackResultListener pListener)
Creates a new instance of CallBackResultForward.

Parameters:
pUIInvoker - the invokeLater helper from the right calling thread
pListener - the original listener
Method Detail

callBackResult

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

Specified by:
callBackResult in interface ICallBackResultListener
Parameters:
pEvent - event of a server-sent callback


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.