Package org.rssowl.contrib.podcast.core.codelets

Examples of org.rssowl.contrib.podcast.core.codelets.InspectSequence


   * @param src
   * @param feed
   */
  public void inspectInstruction(Object pSrc, IPersonalBookMark pPBookMark) {
    if (pPBookMark != null) {
      InspectSequence lSequence = new InspectSequence();
      lSequence.invoke(pPBookMark);
    }
  }
View Full Code Here

TOP

Related Classes of org.rssowl.contrib.podcast.core.codelets.InspectSequence

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.