javax.rad.server.event.type
Interface IBeforeCallListener

All Known Subinterfaces:
ICallListener

public interface IBeforeCallListener

The IAfterCallListener will be used for notifications before calls.


Method Summary
 void beforeCall(CallEvent pEvent)
          Invoked before a call.
 

Method Detail

beforeCall

void beforeCall(CallEvent pEvent)
                throws Throwable
Invoked before a call.

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


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.