+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

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
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD