|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.NotificationEventArgs
public class NotificationEventArgs
Provides data to a StreamingSubscriptionConnection's OnNotificationEvent event.
| Constructor Summary | |
|---|---|
protected |
NotificationEventArgs(StreamingSubscription subscription,
Iterable<NotificationEvent> events)
Initializes a new instance of the NotificationEventArgs class. |
| Method Summary | |
|---|---|
Iterable<NotificationEvent> |
getEvents()
Gets the events that were received. |
StreamingSubscription |
getSubscription()
Gets the subscription for which notifications have been received. |
protected void |
setEvents(Iterable<NotificationEvent> value)
Sets the events that were received. |
protected void |
setSubscription(StreamingSubscription value)
Sets the events that were received. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected NotificationEventArgs(StreamingSubscription subscription,
Iterable<NotificationEvent> events)
subscription - The subscription for which notifications have been received.events - The events that were received.| Method Detail |
|---|
public StreamingSubscription getSubscription()
protected void setSubscription(StreamingSubscription value)
public Iterable<NotificationEvent> getEvents()
protected void setEvents(Iterable<NotificationEvent> value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||