Interface java.telephony.callcenter.events.CallCentCallAppDataEv
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.telephony.callcenter.events.CallCentCallAppDataEv

public interface CallCentCallAppDataEv
extends Object
extends CallCentCallEv

Variable Index

 o ID
Event id

Method Index

 o getApplicationData()
Get the new application data for this call.

Variables

 o ID
  public final static int ID
Event id

Methods

 o getApplicationData
  public abstract Object getApplicationData()
Get the new application data for this call.

Returns:
The data object.

All Packages  Class Hierarchy  This Package  Previous  Next  Index