com.genesyslab.ail.event
Interface InteractionCallbackEvent

All Superinterfaces:
ObjectEvent, java.io.Serializable

Deprecated. unused

public interface InteractionCallbackEvent
extends ObjectEvent

An event reporting specific callback status changes of an InteractionVoiceCallback.


Method Summary
 InteractionVoiceCallback.CallbackStatus getCallbackStatus()
          Deprecated. Return the new callback-oriented status of a callback interaction.
 InteractionVoiceCallback getInteractionVoiceCallback()
          Deprecated. Returns the InteractionVoiceCallback to which this event is related.
 
Methods inherited from interface com.genesyslab.ail.event.ObjectEvent
getSource
 

Method Detail

getCallbackStatus

InteractionVoiceCallback.CallbackStatus getCallbackStatus()
Deprecated. 
Return the new callback-oriented status of a callback interaction.


getInteractionVoiceCallback

InteractionVoiceCallback getInteractionVoiceCallback()
Deprecated. 
Returns the InteractionVoiceCallback to which this event is related. This method returns the same as ObjectEvent.getSource().