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


public interface SyndicatorEvent

The Event object passed into the SyndicatorStarted and SyndicatorComplete extensions The SyndicatorEvent contains all the information that is needed by the extensions.

Since:
8.0

Method Summary
 Syndicator getSyndicator()
          Get the Syndicator of the current update.
 UpdateType getUpdateType()
           
 

Method Detail

getSyndicator

Syndicator getSyndicator()
Get the Syndicator of the current update.

Returns:
a syndicator object.

getUpdateType

UpdateType getUpdateType()
Returns:
the type of update that is starting