org.mobicents.slee.resource.parlay.fw
Interface FwSessionListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ParlaySessionImpl

public interface FwSessionListener
extends java.util.EventListener

This is a listener interface which must be implemented by an application which uses the FwSession. When the application object implementing this is registered as a listener it can receive gateway originated events.


Method Summary
 void terminateAccess(org.mobicents.csapi.jr.slee.fw.TerminateAccessEvent event)
          Called due to a gateway initiated access termination.
 void terminateServiceAgreement(org.mobicents.csapi.jr.slee.fw.TerminateServiceAgreementEvent event)
          Called due to a gateway initiated service agreement termination.
 

Method Detail

terminateAccess

void terminateAccess(org.mobicents.csapi.jr.slee.fw.TerminateAccessEvent event)
Called due to a gateway initiated access termination.

Parameters:
event -

terminateServiceAgreement

void terminateServiceAgreement(org.mobicents.csapi.jr.slee.fw.TerminateServiceAgreementEvent event)
Called due to a gateway initiated service agreement termination.

Parameters:
event -


Copyright © 2009. All Rights Reserved.