Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Package net.java.sip.communicator.service.protocol.event

Interface Summary
AccountManagerListener Represents a listener receiving notifications from AccountManager.
AdHocChatRoomInvitationListener A listener that dispatches events notifying that an invitation to join an ad-hoc MUC room is received.
AdHocChatRoomInvitationRejectionListener A listener that dispatches events notifying that an invitation which was sent earlier has been rejected by the invitee.
AdHocChatRoomListener A listener which dispatches events notifying ad-hoc chat rooms who have been created, joined and destroyed.
AdHocChatRoomMessageListener A listener that registers for AdHocChatRoomMessageEvents issued by a particular AdHocChatRoom.
AdHocChatRoomParticipantPresenceListener A listener that will be notified of changes in the presence of a participant in a particular ad-hoc chat room.
AvatarListener The listener interface for receiving geolocation events.
CallChangeListener A call change listener receives events indicating that a call has changed and a peer has either left or joined.
CallGroupListener Instances of this class are used for listening for notifications coming out of a CallGroup.
CallListener Instances of this class are used for listening for notifications coming out of a telephony Provider - such as an incoming Call for example.
CallPeerConferenceListener Represents a listener of changes in the conference-related information of CallPeer delivered in the form of CallPeerConferenceEvents.
CallPeerListener Receives events notifying of changes that have occurred within a CallPeer.
CallPeerSecurityListener CallPeerSecurityListener interface extends EventListener.
ChatRoomInvitationListener A listener that dispatches events notifying that an invitation to join a MUC room is received.
ChatRoomInvitationRejectionListener A listener that dispatches events notifying that an invitation which was sent earlier has been rejected by the invitee.
ChatRoomLocalUserRoleListener A listener that will be notified of changes in the role of the local user participant in a particular chat room.
ChatRoomMemberPresenceListener A listener that will be notified of changes in the presence of a member in a particular chat room.
ChatRoomMemberPropertyChangeListener The ChatRoomMemberPropertyChangeListener receives events notifying interested parties that a property of the corresponding chat room member (e.g.
ChatRoomMemberRoleListener A listener that will be notified of changes in the role of a chat participant in a particular chat room.
ChatRoomMessageListener A listener that registers for ChatRoomMessageEvents issued by a particular ChatRoom.
ChatRoomPropertyChangeListener The ChatRoomPropertyChangeListener receives events notifying interested parties that a property of the corresponding chat room (e.g.
ConferenceMembersSoundLevelListener Notifies interested parties in ConferenceMembers sound level changes.
ContactCapabilitiesListener Represents a listener of changes in the capabilities of a Contact as known by an associated protocol provider delivered in the form of ContactCapabilitiesEvents.
ContactPresenceStatusListener ContactPresenceStatusListeners listener for events caused by changes in the status of contacts that we have active subscriptions for.
DTMFListener A listener that would notify for incoming DTMF tones.
EventFilter An event filter that decides whether an instant message event should be filtered or not.
FileTransferListener A listener that would gather events notifying of incoming file transfer requests.
FileTransferProgressListener The FileTransferStatusListener listens for FileTransferStatusChangeEvent in order to indicate a change in the current progress of a file transfer.
FileTransferStatusListener The FileTransferStatusListener listens for FileTransferStatusChangeEvent in order to indicate a change in the current status of a file transfer.
GenericEventListener A listener that would gather and notify for incoming generic events.
GeolocationListener The listener interface for receiving geolocation events.
LocalUserAdHocChatRoomPresenceListener A listener that will be notified of changes in our presence in the chat room such as us being kicked, join, left.
LocalUserChatRoomPresenceListener A listener that will be notified of changes in our presence in the chat room such as us being kicked, join, left.
MessageListener A listener that would gather events notifying of message delivery status.
MessageWaitingListener The listener which will gather notifications for message waiting.
PresenceStatusListener  
ProviderChangeListener An event listener that should be implemented by parties interested in changes that occur in the state of a ProtocolProvider (e.g.
ProviderPresenceStatusListener An event listener that should be implemented by parties interested in changes that occur in the state of a ProtocolProvider (e.g.
RegistrationStateChangeListener An event listener that should be implemented by parties interested in changes that occur in the registration state of a ProtocolProviderService.
RemoteControlListener An event listener that should be implemented by parties interested in remote control feature (i.e desktop sharing).
ServerStoredDetailsChangeListener Listener that is informed when a change has been made to some server stored detail.
ServerStoredGroupListener Used to deliver events concerning contact groups in server stored contact lists.
SoundLevelListener Notifies interested parties in sound level changes of the main audio stream coming from a given CallPeer.
SubscriptionListener Instances of this interface would listen for events generated as a result of creating or removing a presence subscription through the subscribe and unsubscribe methods of the OperationSetPresence and OperationSetPersistentPresence operation sets.
TypingNotificationsListener This listener receives events whenever a contact has sent us a typing notification.
VideoListener Defines the notification support informing about changes in the availability of visual Components representing video such as adding and removing.
WhiteboardChangeListener A whiteboard change listener receives events indicating that a whiteboard has changed and a participant has either left or joined.
WhiteboardInvitationListener A listener that dispatches events notifying that an invitation to join a white board is received.
WhiteboardInvitationRejectionListener A listener that dispatches events notifying that an invitation which was sent earlier has been rejected by the invitee.
WhiteboardObjectListener A listener that would gather events notifying of WhiteboardObject delivery status.
WhiteboardParticipantListener A WhiteboardParticipantListener receives events notifying of changes that have occurred within a WhiteboardParticipant.
WhiteboardSessionPresenceListener A listener that will be notified of changes in our presence in the white-board, such as joined, left, dropped, etc.
 

Class Summary
AccountManagerEvent Represents a notifying event fired by a specific AccountManager.
AdHocChatRoomCreatedEvent The event that occurs when an ad-hoc chat room has been created.
AdHocChatRoomDestroyedEvent The event that occurs when an ad-hoc chat room has been created.
AdHocChatRoomInvitationReceivedEvent AdHocChatRoomInvitationReceivedEvents indicate reception of an invitation to join an ad-hoc chat room.
AdHocChatRoomInvitationRejectedEvent AdHocChatRoomInvitationRejectedEvents indicates the reception of a rejection of an invitation.
AdHocChatRoomMessageDeliveredEvent MessageDeliveredEvents confirm successful delivery of an instant message.
AdHocChatRoomMessageDeliveryFailedEvent AdHocChatRoomMessageDeliveredEvents confirm successful delivery of an instant message.
AdHocChatRoomMessageReceivedEvent MessageReceivedEvents indicate reception of an instant message.
AdHocChatRoomParticipantPresenceChangeEvent Dispatched to notify interested parties that a change in the presence of an ad-hoc chat room participant has occurred.
AvatarEvent Instances of this class represent a change avatar of a protocol
CallChangeAdapter An abstract adapter class for receiving call-state (change) events.
CallChangeEvent CallChangeEvent-s are triggered whenever a change occurs in a Call.
CallEvent An event class representing that an incoming or an outgoing call has been created.
CallGroupEvent An event class representing that an Call or CallPeer is added/removed to/from a CallGroup.
CallPeerAdapter An abstract adapter class for receiving call peer (change) events.
CallPeerChangeEvent CallPeerChangeEvent-s are triggerred whenever a change occurs in a CallPeer.
CallPeerConferenceEvent Represents an event fired by a CallPeer to notify interested CallPeerConferenceListeners about changes in its conference-related information such as it acting or not acting as a conference focus and conference membership details.
CallPeerControlEvent The CallPeerControlEvent is issued by the PhoneUIService as a result of a user request to modify the way a CallPeer is associated with a call, or in other words "Answer" the incoming call of a CallPeer or "Hangup" and thus and the participation of a CallPeer in a call.
CallPeerEvent  
CallPeerSecurityMessageEvent The CallPeerSecurityFailedEvent is triggered whenever a problem has occurred during call security process.
CallPeerSecurityOffEvent The CallPeerSecurityAuthenticationEvent is triggered whenever a the security strings are received in a secure call.
CallPeerSecurityOnEvent The CallPeerSecurityOnEvent is triggered whenever a communication with a given peer is going secure.
CallPeerSecurityStatusEvent Parent class for SecurityOn and SecurityOff events.
CallReceivedEvent A class representing the event of a call reception.
ChatRoomInvitationReceivedEvent ChatRoomInvitationReceivedEvents indicate reception of an invitation to join a chat room.
ChatRoomInvitationRejectedEvent ChatRoomInvitationRejectedEvents indicates the reception of a rejection of an invitation.
ChatRoomLocalUserRoleChangeEvent Dispatched to notify interested parties that a change in our role in the source chat room has occurred.
ChatRoomMemberPresenceChangeEvent Dispatched to notify interested parties that a change in the presence of a chat room member has occurred.
ChatRoomMemberPropertyChangeEvent A ChatRoomMemberPropertyChangeEvent is issued whenever a chat room member property has changed (such as the nickname for example).
ChatRoomMemberRoleChangeEvent Dispatched to notify interested parties that a change in a member role in the source room has occurred.
ChatRoomMessageDeliveredEvent MessageDeliveredEvents confirm successful delivery of an instant message.
ChatRoomMessageDeliveryFailedEvent ChatRoomMessageDeliveredEvents confirm successful delivery of an instant message.
ChatRoomMessageReceivedEvent MessageReceivedEvents indicate reception of an instant message.
ChatRoomPropertyChangeEvent A ChatRoomPropertyChangeEvent is issued whenever a chat room property has changed.
ChatRoomPropertyChangeFailedEvent Dispatched to indicate that a change of a chat room property has failed.
ConferenceMembersSoundLevelEvent Notifies interested parties in ConferenceMembers sound level changes.
ContactCapabilitiesEvent Represents an event/EventObject fired by OperationSetClientCapabilities in order to notify about changes in the list of the OperationSet capabilities of a Contact.
ContactPresenceStatusChangeEvent Instances of this class represent a change in the status of a particular contact.
ContactPropertyChangeEvent A Contact property change event is issued whenever a contact property has changed.
DTMFReceivedEvent DTMFReceivedEvents indicate reception of a DTMF tone.
FileTransferCreatedEvent The FileTransferCreatedEvent indicates the creation of a file transfer.
FileTransferProgressEvent The FileTransferProgressEvent indicates the progress of a file transfer.
FileTransferRequestEvent The FileTransferRequestEvent indicates the reception of a file transfer request.
FileTransferStatusChangeEvent The FileTransferStatusChangeEvent is the event indicating of a change in the state of a file transfer.
GenericEvent GenericEvents indicate reception of an new generic event.
GeolocationEvent Instances of this class represent a change geographic location of a contact.
LocalUserAdHocChatRoomPresenceChangeEvent Dispatched to notify interested parties that a change in our presence in the source ad-hoc chat room has occurred.
LocalUserChatRoomPresenceChangeEvent Dispatched to notify interested parties that a change in our presence in the source chat room has occured.
MessageDeliveredEvent MessageDeliveredEvents confirm successful delivery of an instant message.
MessageDeliveryFailedEvent MessageDeliveredEvents confirm successful delivery of an instant message.
MessageEvent Represents an event pertaining to message delivery, reception or failure.
MessageReceivedEvent MessageReceivedEvents indicate reception of an instant message.
MessageWaitingEvent MessageWaitingEvent indicates a message waiting event is received.
ProviderPresenceStatusChangeEvent Instances of this class represent a change in the status of the provider that triggerred them.
ProviderStatusChangeEvent Instances of this class represent a change in the status of the provider that triggerred them.
RegistrationStateChangeEvent Instances of this class represent a change in the status of the provider that triggerred them.
RemoteControlGrantedEvent Event that notify that remote control feature has been granted.
RemoteControlRevokedEvent Event that notify that remote control feature has been revoked.
ServerStoredDetailsChangeEvent Instances of this class represent a change in the server stored details change that triggered them.
ServerStoredGroupEvent Events of this class indicate a change in one of the properties of a ServerStoredGroup.
SizeChangeVideoEvent Represents a VideoEvent which notifies about an update to the size of a specific visual Component depicting video.
SoundLevelChangeEvent SoundLevelChangeEvents are triggered whenever a change occurs in the sound level of the audio stream coming from a certain CallPeer.
SubscriptionAdapter Represents a default implementation of SubscriptionListener which performs no processing of the received events and allows extenders to easily implement the interface in question by just overriding the methods they are interested in.
SubscriptionEvent SubscriptionEvents indicate creation removal or failure of a given Subscription.
SubscriptionMovedEvent Events of this class represent the fact that a server stored subscription/contact has been moved from one server stored group to another.
TypingNotificationEvent TypingNotificationEvents are delievered upon reception of a corresponding message from a remote contact.
VideoEvent Represents an event fired by providers of visual Components depicting video to notify about changes in the availability of such Components.
WhiteboardChangeEvent WhiteboardChangeEvents are triggerred whenever a change occurs in a Whiteboard.
WhiteboardInvitationReceivedEvent WhiteboardInvitationReceivedEvents indicate reception of an invitation to join a whiteboard.
WhiteboardInvitationRejectedEvent WhiteboardInvitationRejectedEvents indicates the reception of a rejection of an invitation.
WhiteboardObjectDeletedEvent WhiteboardObjectDeletedEvent indicates reception of a new WhiteboardObject in the corresponding whiteboard session.
WhiteboardObjectDeliveredEvent WhiteboardObjectDeliveredEvents confirms successful delivery of a WhiteboardObject.
WhiteboardObjectDeliveryFailedEvent WhiteboardObjectDeliveredEvents are used to report that delivery of a whiteboardObject has failed.
WhiteboardObjectModifiedEvent WhiteboardObjectModifiedEvents indicate that a WhiteboardObject has been modified remotely.
WhiteboardObjectReceivedEvent WhiteboardObjectReceivedEvent indicates reception of a new WhiteboardObject in the corresponding whiteboard session.
WhiteboardParticipantChangeEvent WhiteboardParticipantChangeEvent-s are triggerred wheneve a change occurs in a WhiteboardParticipant.
WhiteboardParticipantEvent WhiteboardParticipantEvents indicate that a participant in a whiteboard session has either left or entered the session.
WhiteboardSessionPresenceChangeEvent Dispatched to notify interested parties that a change in our presence in the source whiteboard has occured.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.