|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.avis.client.AvisEventObject
org.avis.client.GeneralNotificationEvent
public final class GeneralNotificationEvent
A notification event sent to Elvin subscription listeners.
Elvin.addNotificationListener(GeneralNotificationListener)
,
Serialized FormField Summary | |
---|---|
Set<Subscription> |
insecureMatches
The subscriptions that insecurely matched the notification. |
Set<Subscription> |
matches
All subscriptions that matched the notification. |
Notification |
notification
The notification. |
Set<Subscription> |
secureMatches
The subscriptions that securely matched the notification. |
Method Summary | |
---|---|
Elvin |
elvin()
The Elvin connection that the notification was received from. |
Set<Subscription> |
insecureMatches()
Deprecated. Since release 1.1, use insecureMatches instead. |
Set<Subscription> |
matches()
Deprecated. Since release 1.1, use matches instead. |
Set<Subscription> |
secureMatches()
Deprecated. Since release 1.1, use secureMatches instead. |
Methods inherited from class org.avis.client.AvisEventObject |
---|
getData, setData |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final Notification notification
public final Set<Subscription> secureMatches
public final Set<Subscription> insecureMatches
public final Set<Subscription> matches
Method Detail |
---|
public Elvin elvin()
EventObject.getSource()
.
@Deprecated public Set<Subscription> secureMatches()
secureMatches
instead.
@Deprecated public Set<Subscription> insecureMatches()
insecureMatches
instead.
@Deprecated public Set<Subscription> matches()
matches
instead.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |