org.avis.client
Class NotificationEvent
java.lang.Object
java.util.EventObject
org.avis.client.AvisEventObject
org.avis.client.NotificationEvent
- All Implemented Interfaces:
- Serializable
public final class NotificationEvent
- extends AvisEventObject
A notification event sent to subscription listeners.
- Author:
- Matthew Phillips
- See Also:
Subscription.addListener(NotificationListener)
,
Serialized Form
subscription
public final Subscription subscription
- The subscription that matched the notification. This is the same
as
EventObject.getSource()
.
notification
public final Notification notification
- The notification received from the router.
secure
public final boolean secure
- True if the notification was received securely from a client with
compatible security keys.
Copyright © 2008 Matthew Phillips. All Rights Reserved.