org.mobicents.slee.resource.parlay.fw.application
Interface SABeanListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- FwSessionImpl
public interface SABeanListener
- extends java.util.EventListener
This is a listener interface which must be implemented by an application
which uses the
SABean.
When the applciation object implementing this is registered as a listener it can
receive gateway originated events.
|
Method Summary |
void |
terminateServiceAgreement(org.mobicents.csapi.jr.slee.fw.TerminateServiceAgreementEvent event)
Called due to a gateway initiated service agreement termination. |
terminateServiceAgreement
void terminateServiceAgreement(org.mobicents.csapi.jr.slee.fw.TerminateServiceAgreementEvent event)
- Called due to a gateway initiated service agreement termination.
- Parameters:
event - The event emitted from the
SABean.
Copyright © 2009. All Rights Reserved.