JSR-043: JTAPI-1.4

javax.telephony.callcenter.events
Interface RouteSessionEvent

All Known Subinterfaces:
ReRouteEvent, RouteEndEvent, RouteEvent, RouteUsedEvent

public interface RouteSessionEvent

The RouteSessionEvent interface is the base event interface for all events pertaining to the RouteSession interface. Events which extend this interface are not part of the JTAPI observer mechanism. All events which extend this interface are reported via the RouteCallback interface.

The call center package defines event interface which extend this interface to report changes in the state of the RouteSession interface. These interfaces are: RouteUsedEvent, RouteEvent, RouteEndEvent, RouteCallbackEndedEvent, and ReRouteEvent

See Also:
RouteSession, RouteCallback, RouteUsedEvent, RouteEvent, ReRouteEvent, RouteEndEvent, RouteCallbackEndedEvent

Method Summary
 RouteSession getRouteSession()
          Returns the RouteSession associated with this event.
 

Method Detail

getRouteSession

public RouteSession getRouteSession()
Returns the RouteSession associated with this event.

Returns:
The RouteSession associated with this event.

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org