|
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.GenericEvent
public class GenericEvent
GenericEvents indicate reception of an new generic event.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
GenericEvent(ProtocolProviderService sourceProtocolProvider,
Contact from,
String eventName,
String eventValue,
Contact sourceContact)
Constructs a GenericEvent. |
|
| Method Summary | |
|---|---|
String |
getEventName()
The event name. |
String |
getEventValue()
The event value. |
Contact |
getFrom()
The contact which is the source of this event. |
Contact |
getSourceContact()
Returns The source contact for this event. |
ProtocolProviderService |
getSourceProvider()
Returns the ProtocolProviderService which originated this event. |
String |
toString()
Returns a String representation of this GenericEvent. |
| 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 GenericEvent(ProtocolProviderService sourceProtocolProvider,
Contact from,
String eventName,
String eventValue,
Contact sourceContact)
sourceProtocolProvider - The object on which the Event initially occurred.from - the contact from which this event is coming from.eventName - the event name.eventValue - the event value.sourceContact - contact for this event.
IllegalArgumentException - if source is null.| Method Detail |
|---|
public String getEventName()
public String getEventValue()
public Contact getFrom()
public ProtocolProviderService getSourceProvider()
public String toString()
toString in class EventObjectpublic Contact getSourceContact()
|
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 | |||||||||