|
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.NotificationActionTypeEvent
public class NotificationActionTypeEvent
Fired any time an action type is added, removed or changed.
| Field Summary | |
|---|---|
static String |
ACTION_ADDED
Indicates that a new action is added to an event type. |
static String |
ACTION_CHANGED
Indicates that an action for a given event type has changed. |
static String |
ACTION_REMOVED
Indicates that an action was removed for a given event type. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
NotificationActionTypeEvent(NotificationService source,
String eventType,
String sourceEventType,
NotificationAction actionHandler)
Creates an instance of this event according to the specified type. |
|
| Method Summary | |
|---|---|
NotificationAction |
getActionHandler()
Returns the NotificationActionHandler that handles the action, for which this event is about. |
String |
getEventType()
The type of this event. |
String |
getSourceEventType()
Returns the event type, to which the given action belongs. |
| 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 ACTION_ADDED
public static final String ACTION_REMOVED
public static final String ACTION_CHANGED
| Constructor Detail |
|---|
public NotificationActionTypeEvent(NotificationService source,
String eventType,
String sourceEventType,
NotificationAction actionHandler)
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 occuredactionHandler - the NotificationActionHandler that handles
the given action| Method Detail |
|---|
public String getSourceEventType()
public NotificationAction getActionHandler()
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 | |||||||||