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:

Method Index

 o getAddress()
Returns the Address which generated this event.

Methods

 o 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