All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.telephony.events.ProvEv

public interface ProvEv
extends Ev
The ProvEv interface is the base event interface for all Provider- related events. All events which are associated with the Provider object must extend this interface.

These events are reported through the ProviderObserver interface.

See Also:
ProvObservationEndedEv

Method Index

 o getProvider()
Returns the Provider which is associated with this event.

Methods

 o getProvider
 public abstract Provider getProvider()
Returns the Provider which is associated with this event.

Returns:
s The Provider associated with this event.

All Packages  Class Hierarchy  This Package  Previous  Next  Index