javax.rad.server.event.type
Interface IBeforeFirstCallListener
- All Known Subinterfaces:
- ICallListener
public interface IBeforeFirstCallListener
The IBeforeFirstCallListener will be used for notifications before the first
call. If one call request contains multiple calls, it's important to know the first call.
If there's only one call per call request, this listener won't help.
beforeFirstCall
void beforeFirstCall(SessionEvent pEvent)
throws Throwable
- Invoked before the first call.
- Parameters:
pEvent - the event
- Throws:
Throwable - if there is an error.
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.