|
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 VideoListener
Defines the notification support informing about changes in the availability of visual Components representing video such as adding and removing.
| Method Summary | |
|---|---|
void |
videoAdded(VideoEvent event)
Notifies that a visual Component representing video has been added to the provider this listener has been added to. |
void |
videoRemoved(VideoEvent event)
Notifies that a visual Component representing video has been removed from the provider this listener has been added to. |
void |
videoUpdate(VideoEvent event)
Notifies about an update to a visual Component representing video. |
| Method Detail |
|---|
void videoAdded(VideoEvent event)
event - a VideoEvent describing the added visual
Component representing video and the provider it was added intovoid videoRemoved(VideoEvent event)
event - a VideoEvent describing the removed visual
Component representing video and the provider it was removed
fromvoid videoUpdate(VideoEvent event)
event - a VideoEvent describing the visual
Component related to the update and the details of the specific
update
|
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 | |||||||||