Interface java.telephony.events.AddrEv All Packages Class Hierarchy This Package Previous Next Index Interface java.telephony.events.AddrEv public interface AddrEv extends Object extends Ev The AddrEv interface is the base event interface for all Address-related events. All events associated with the Address object must extend this interface. These events are reported through the AddressObserver interface. See Also: The AddrEv interface has one method, getAddress(), which returns the Address object associated with this event..html#_top_"> getAddress() Returns the Address which generated this event. getAddress public abstract Address getAddress() Returns the Address which generated this event. Returns: s The Address associated with this event. All Packages Class Hierarchy This Package Previous Next Index