org.jivesoftware.smackx.pubsub
Class SubscriptionEvent

java.lang.Object
  extended by org.jivesoftware.smackx.pubsub.NodeEvent
      extended by org.jivesoftware.smackx.pubsub.SubscriptionEvent
Direct Known Subclasses:
ItemDeleteEvent, ItemPublishEvent

public abstract class SubscriptionEvent
extends NodeEvent

Base class to represents events that are associated to subscriptions.

Author:
Robin Collier

Method Summary
 java.util.List<java.lang.String> getSubscriptions()
          Get the subscriptions this event is associated with.
 
Methods inherited from class org.jivesoftware.smackx.pubsub.NodeEvent
getNodeId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSubscriptions

public java.util.List<java.lang.String> getSubscriptions()
Get the subscriptions this event is associated with.

Returns:
List of subscription id's