|
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 | |||||||||
public interface WhiteboardObjectListener
A listener that would gather events notifying of WhiteboardObject delivery status.
| Method Summary | |
|---|---|
void |
whiteboardObjecModified(WhiteboardObjectModifiedEvent evt)
Called when a modified WhiteboardObject has been modified remotely. |
void |
whiteboardObjectDeleted(WhiteboardObjectDeletedEvent evt)
Called when a deleted WhiteboardObject has been received. |
void |
whiteboardObjectDelivered(WhiteboardObjectDeliveredEvent evt)
Called when the underlying implementation has received an indication that a WhiteboardObject, sent earlier has been successfully received by the destination. |
void |
whiteboardObjectDeliveryFailed(WhiteboardObjectDeliveryFailedEvent evt)
Called to indicated that delivery of a WhiteboardObject sent earlier has failed. |
void |
whiteboardObjectReceived(WhiteboardObjectReceivedEvent evt)
Called when a new incoming WhiteboardObject has been received. |
| Method Detail |
|---|
void whiteboardObjectReceived(WhiteboardObjectReceivedEvent evt)
evt - the WhiteboardObjectReceivedEvent containing
the newly received WhiteboardObject, its sender and other details.void whiteboardObjectDeleted(WhiteboardObjectDeletedEvent evt)
evt - the WhiteboardObjectDeletedEvent containing
the identification of the deleted WhiteboardObject, its sender and
other details.void whiteboardObjecModified(WhiteboardObjectModifiedEvent evt)
evt - the WhiteboardObjectModifiedEvent containing the
modified WhiteboardObject, its sender and other details.void whiteboardObjectDelivered(WhiteboardObjectDeliveredEvent evt)
evt - the WhiteboardObjectDeliveredEvent containing the id of the
WhiteboardObject that has caused the event.void whiteboardObjectDeliveryFailed(WhiteboardObjectDeliveryFailedEvent evt)
evt - the WhiteboardObjectDeliveryFailedEvent
containing the ID of the WhiteboardObject whose delivery has failed.
|
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 | |||||||||