|
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.Objectjava.util.EventObject
net.java.sip.communicator.service.protocol.event.WhiteboardObjectDeletedEvent
public class WhiteboardObjectDeletedEvent
WhiteboardObjectDeletedEvent indicates reception of a new WhiteboardObject in the corresponding whiteboard session.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
WhiteboardObjectDeletedEvent(WhiteboardSession source,
String id,
Contact from,
Date timestamp)
Creates a WhiteboardObjectReceivedEvent representing reception of the source WhiteboardObject received from the specified from contact. |
|
| Method Summary | |
|---|---|
String |
getId()
Returns the identification of the deleted WhiteboardObject that triggered this event |
Contact |
getSourceContact()
Returns a reference to the Contact that has send the WhiteboardObject whose reception this event represents. |
WhiteboardSession |
getSourceWhiteboardSession()
Returns the source white-board session, to which the received object belongs. |
Date |
getTimestamp()
A timestamp indicating the exact date when the event ocurred. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WhiteboardObjectDeletedEvent(WhiteboardSession source,
String id,
Contact from,
Date timestamp)
source - the WhiteboardSessionid - the identification of the WhiteboardObject whose reception
this event represents.from - the Contact that has sent this WhiteboardObject.timestamp - the exact date when the event ocurred.| Method Detail |
|---|
public WhiteboardSession getSourceWhiteboardSession()
public Contact getSourceContact()
public String getId()
public Date getTimestamp()
|
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 | |||||||||