JSR-043: JTAPI-1.4

javax.telephony.events
Interface AddrEv

All Superinterfaces:
Ev
All Known Subinterfaces:
ACDAddrBusyEv, ACDAddrEv, ACDAddrLoggedOffEv, ACDAddrLoggedOnEv, ACDAddrNotReadyEv, ACDAddrReadyEv, ACDAddrUnknownEv, ACDAddrWorkNotReadyEv, ACDAddrWorkReadyEv, AddrObservationEndedEv, CallCtlAddrDoNotDisturbEv, CallCtlAddrEv, CallCtlAddrForwardEv, CallCtlAddrMessageWaitingEv, PrivateAddrEv

public interface AddrEv
extends Ev

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.

See Also:
AddrObservationEndedEv, Ev, AddressObserver, Address

Fields inherited from interface javax.telephony.events.Ev
CAUSE_CALL_CANCELLED, CAUSE_DEST_NOT_OBTAINABLE, CAUSE_INCOMPATIBLE_DESTINATION, CAUSE_LOCKOUT, CAUSE_NETWORK_CONGESTION, CAUSE_NETWORK_NOT_OBTAINABLE, CAUSE_NEW_CALL, CAUSE_NORMAL, CAUSE_RESOURCES_NOT_AVAILABLE, CAUSE_SNAPSHOT, CAUSE_UNKNOWN, META_CALL_ADDITIONAL_PARTY, META_CALL_ENDING, META_CALL_MERGING, META_CALL_PROGRESS, META_CALL_REMOVING_PARTY, META_CALL_STARTING, META_CALL_TRANSFERRING, META_SNAPSHOT, META_UNKNOWN
 
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

getAddress

public Address getAddress()
Returns the Address associated with this Address event.

Returns:
The Address associated with this event.

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org