Interface java.telephony.events.ProvEv
All Packages Class Hierarchy This Package Previous Next Index
Interface java.telephony.events.ProvEv
- public interface ProvEv
- extends Object
- 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:
-
-
getProvider()
- Returns the Provider which is associated with this event.
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