|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The AddrEv
interface is the base interface for all Address-
related events. All events which pertain to the Address object must extend
this interface. Events which extend this interface are reported via the
AddressObserver
interface.
The only event defined in the core package for the Address is the
AddrObservationEndedEv
.
The AddrEv.getAddress()
method on this interface returns the
Address associated with the Address event.
AddrObservationEndedEv
,
Ev
,
AddressObserver
,
Address
Field Summary |
Method Summary | |
Address |
getAddress()
Returns the Address associated with this Address event. |
Methods inherited from interface javax.telephony.events.Ev |
getCause, getID, getMetaCode, getObserved, isNewMetaEvent |
Method Detail |
public Address getAddress()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |