|
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.TypingNotificationEvent
public class TypingNotificationEvent
TypingNotificationEvents are delievered upon reception of a corresponding message from a remote contact. TypingNotificationEvents contain a state id, identifying the exact typing event that has occurrend (a user has started or stopped typing at us), the source Contact that generated the event and others.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
TypingNotificationEvent(Contact sourceContact,
int state)
Creats a TypingNotificationEvent with the specified parameters. |
|
| Method Summary | |
|---|---|
Contact |
getSourceContact()
Returns a reference to the Contact that has sent this event. |
int |
getTypingState()
Returns the typing state that this TypingNotificationEvent is carrying. |
String |
toString()
Returns a String representation of this EventObject. |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TypingNotificationEvent(Contact sourceContact,
int state)
sourceContact - the Contact that has sen the notification.state - | Method Detail |
|---|
public int getTypingState()
public Contact getSourceContact()
public String toString()
toString in class EventObject
|
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 | |||||||||