net.java.sip.communicator.service.protocol.event
Interface WhiteboardSessionPresenceListener
- All Superinterfaces:
- EventListener
public interface WhiteboardSessionPresenceListener
- extends EventListener
A listener that will be notified of changes in our presence in the
white-board, such as joined, left, dropped, etc.
- Author:
- Yana Stamcheva
whiteboardSessionPresenceChanged
void whiteboardSessionPresenceChanged(WhiteboardSessionPresenceChangeEvent evt)
- Called to notify interested parties that a change in our presence in
a white-board has occured. Changes may include us being joined,
left, dropped.
- Parameters:
evt - the WhiteboardSessionPresenceChangeEvent instance
containing the session and the type, and reason of the change
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.