org.mobicents.slee.resource.parlay.fw.access
Interface TSMBeanListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- FwSessionImpl
public interface TSMBeanListener
- extends java.util.EventListener
This is a listener interface which must be implemented by an application
which uses the
TSMBean.
When the applciation 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. |
terminateAccess
void terminateAccess(org.mobicents.csapi.jr.slee.fw.TerminateAccessEvent event)
- Called due to a gateway initiated access termination.
- Parameters:
event - The event emitted from the
TSMBean.
Copyright © 2009. All Rights Reserved.