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