javax.rad.server.event.type
Interface IAfterCallListener

All Known Subinterfaces:
ICallListener

public interface IAfterCallListener

The IAfterCallListener will be used for notifications about finished calls.


Method Summary
 void afterCall(CallResultEvent pEvent)
          Invoked after a method call.
 

Method Detail

afterCall

void afterCall(CallResultEvent pEvent)
               throws Throwable
Invoked after a method call.

Parameters:
pEvent - an event with the call result
Throws:
Throwable - if there is an error.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.