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

Interface java.telephony.events.CallEv

public interface CallEv
extends Object
extends Ev
The CallEv interface is the base event interface for all events pertaining to the Call object. All events which are Call-related must extend this interface.

These events are reported through the CallObserver interface.

The CallEv interface has one method, getCall(), which returns the Call object associated with this event.


Method Index

 o getCall()
Returns the Call object associated with this event.

Methods

 o getCall
  public abstract Call getCall()
Returns the Call object associated with this event.

Returns:
s The Call associated with this event.

All Packages  Class Hierarchy  This Package  Previous  Next  Index