|
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.notification.event.NotificationEventTypeEvent
public class NotificationEventTypeEvent
Fired any time an event type is added or removed.
| Field Summary | |
|---|---|
static String |
EVENT_TYPE_ADDED
Indicates that a new event type is added. |
static String |
EVENT_TYPE_REMOVED
Indicates that an event type was removed. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
NotificationEventTypeEvent(NotificationService source,
String eventType,
String sourceEventType)
Creates an instance of this event according to the specified type. |
|
| Method Summary | |
|---|---|
String |
getEventType()
The type of this event. |
String |
getSourceEventType()
Returns the eventType, for which this event is about. |
| 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 |
| Field Detail |
|---|
public static final String EVENT_TYPE_ADDED
public static final String EVENT_TYPE_REMOVED
| Constructor Detail |
|---|
public NotificationEventTypeEvent(NotificationService source,
String eventType,
String sourceEventType)
source - the NotificationService that dispatched this eventeventType - the type of this event. One of the static fields
declared in this classsourceEventType - the event type for which this event occured| Method Detail |
|---|
public String getSourceEventType()
public String getEventType()
|
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 | |||||||||