Interface java.telephony.phone.PhoneTerminalObserver
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.telephony.phone.PhoneTerminalObserver

public interface PhoneTerminalObserver
extends Object
extends TerminalObserver
The PhoneTerminalObserver interface is used to report all Phone-related events. Note that this observer does not have any method associated with it. Applications which implement a TerminalObserver class should also implement this interface to indicate to the implementation that it wants Phone-related events sent to it. If an application's observer does not implement this interface, phone-related events will not be sent to the application.

All Packages  Class Hierarchy  This Package  Previous  Next  Index