com.ibm.workplace.wcm.api.extensions.syndication
Interface SubscriberEvent


public interface SubscriberEvent

The event information passed into the SubscriberReady and SubscriberComplete extensions.

Since:
8.0
Note:
This interface is designed to be implemented by clients.

Method Summary
 java.util.Iterator<Identity> getLibraries()
          Get the list of libraries that are being syndicated for the current update
 Subscriber getSubscriber()
          Return the subscriber of the current syndication update.
 

Method Detail

getLibraries

java.util.Iterator<Identity> getLibraries()
Get the list of libraries that are being syndicated for the current update

Returns:
an iterator of library identity reference

getSubscriber

Subscriber getSubscriber()
Return the subscriber of the current syndication update.

Returns:
Subscriber