Interface java.telephony.callcenter.events.RouteSessionEvent
All Packages Class Hierarchy This Package Previous Next Index
Interface java.telephony.callcenter.events.RouteSessionEvent
- public interface RouteSessionEvent
- extends Object
The RouteSessionEvent interface encapsulates a route session event.
It augments Event
-
getRouteSession()
- This returns the RouteSession object to be used
to handle the event.
getRouteSession
public abstract RouteSession getRouteSession()
- This returns the RouteSession object to be used
to handle the event.
All Packages Class Hierarchy This Package Previous Next Index