|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.plugin.chatalerter.ChatAlerterActivator
public class ChatAlerterActivator
Chat Alerter plugin. Sends alerts to the user when new message arrives and the application is not in the foreground. On Mac OS X this will bounce the dock icon until the user selects the chat windows. On Windows, Gnome and KDE this will flash the taskbar button/icon until the user selects the chat window.
| Constructor Summary | |
|---|---|
ChatAlerterActivator()
|
|
| Method Summary | |
|---|---|
void |
localUserAdHocPresenceChanged(LocalUserAdHocChatRoomPresenceChangeEvent evt)
Called to notify interested parties that a change in our presence in an ad-hoc chat room has occurred. |
void |
localUserPresenceChanged(LocalUserChatRoomPresenceChangeEvent evt)
Called to notify interested parties that a change in our presence in a chat room has occurred. |
void |
messageDelivered(AdHocChatRoomMessageDeliveredEvent evt)
Called when the underlying implementation has received an indication that a message, sent earlier has been successfully received by the destination. |
void |
messageDelivered(ChatRoomMessageDeliveredEvent evt)
Called when the underlying implementation has received an indication that a message, sent earlier has been successfully received by the destination. |
void |
messageDelivered(MessageDeliveredEvent evt)
Called when the underlying implementation has received an indication that a message, sent earlier has been successfully received by the destination. |
void |
messageDeliveryFailed(AdHocChatRoomMessageDeliveryFailedEvent evt)
Called to indicate that delivery of a message sent earlier to the chat room has failed. |
void |
messageDeliveryFailed(ChatRoomMessageDeliveryFailedEvent evt)
Called to indicate that delivery of a message sent earlier to the chat room has failed. |
void |
messageDeliveryFailed(MessageDeliveryFailedEvent evt)
Called to indicated that delivery of a message sent earlier has failed. |
void |
messageReceived(AdHocChatRoomMessageReceivedEvent evt)
Called when a new incoming Message has been received. |
void |
messageReceived(ChatRoomMessageReceivedEvent evt)
Called when a new incoming Message has been received. |
void |
messageReceived(MessageReceivedEvent evt)
Called when a new incoming Message has been received. |
void |
serviceChanged(org.osgi.framework.ServiceEvent serviceEvent)
When new protocol provider is registered we check does it supports needed Op. |
void |
start(org.osgi.framework.BundleContext bc)
Starts this bundle. |
void |
stop(org.osgi.framework.BundleContext bc)
Stops bundle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChatAlerterActivator()
| Method Detail |
|---|
public void start(org.osgi.framework.BundleContext bc)
throws Exception
start in interface org.osgi.framework.BundleActivatorbc - bundle context.
Exception
public void stop(org.osgi.framework.BundleContext bc)
throws Exception
stop in interface org.osgi.framework.BundleActivatorbc - context.
Exceptionpublic void localUserPresenceChanged(LocalUserChatRoomPresenceChangeEvent evt)
localUserPresenceChanged in interface LocalUserChatRoomPresenceListenerevt - the LocalUserChatRoomPresenceChangeEvent instance
containing the chat room and the type, and reason of the changepublic void messageReceived(MessageReceivedEvent evt)
MessageListener
messageReceived in interface MessageListenerevt - the MessageReceivedEvent containing the newly
received message, its sender and other details.public void messageDelivered(MessageDeliveredEvent evt)
MessageListener
messageDelivered in interface MessageListenerevt - the MessageDeliveredEvent containing the id of the message
that has caused the event.public void messageDeliveryFailed(MessageDeliveryFailedEvent evt)
MessageListener
messageDeliveryFailed in interface MessageListenerevt - the MessageFailedEvent containing the ID of the
message whose delivery has failed.public void messageReceived(ChatRoomMessageReceivedEvent evt)
ChatRoomMessageListener
messageReceived in interface ChatRoomMessageListenerevt - the ChatRoomMessageReceivedEvent containing the newly
received message, its sender and other details.public void messageDelivered(ChatRoomMessageDeliveredEvent evt)
ChatRoomMessageListener
messageDelivered in interface ChatRoomMessageListenerevt - the ChatRoomMessageDeliveredEvent containing the id
of the message that has caused the event.public void messageDeliveryFailed(ChatRoomMessageDeliveryFailedEvent evt)
ChatRoomMessageListener
messageDeliveryFailed in interface ChatRoomMessageListenerevt - the ChatroomMessageDeliveryFailedEvent containing
the ID of the message whose delivery has failed.public void serviceChanged(org.osgi.framework.ServiceEvent serviceEvent)
serviceChanged in interface org.osgi.framework.ServiceListenerserviceEvent - ServiceEventpublic void messageDelivered(AdHocChatRoomMessageDeliveredEvent evt)
AdHocChatRoomMessageListener
messageDelivered in interface AdHocChatRoomMessageListenerevt - the AdHocChatRoomMessageDeliveredEvent containing the
id of the message that has caused the event.public void messageDeliveryFailed(AdHocChatRoomMessageDeliveryFailedEvent evt)
AdHocChatRoomMessageListener
messageDeliveryFailed in interface AdHocChatRoomMessageListenerevt - the AdHocChatroomMessageDeliveryFailedEvent
containing the ID of the message whose delivery has failed.public void messageReceived(AdHocChatRoomMessageReceivedEvent evt)
AdHocChatRoomMessageListener
messageReceived in interface AdHocChatRoomMessageListenerevt - the AdHocChatRoomMessageReceivedEvent containing the
newly received message, its sender and other details.public void localUserAdHocPresenceChanged(LocalUserAdHocChatRoomPresenceChangeEvent evt)
localUserAdHocPresenceChanged in interface LocalUserAdHocChatRoomPresenceListenerevt - the LocalUserAdHocChatRoomPresenceChangeEvent
instance containing the ad-hoc chat room and the type, and reason of the
change
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||