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

Examples of org.rssowl.contrib.podcast.core.codelets.InspectSequence.invoke()


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

  /**
   * @category UNDER CONSTRUCTION
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.