DOC

com.elusive-code.newsboy : NewsBoy

Maven & Gradle

Apr 20, 2014
0 stars

NewsBoy · Asynchronous publish-subscribe communication library. Features: 1. Listeners are stored using WeakReferences to prevent memory leaks when they are not unsubscribed. 2. Uses fork-join framework for concurrent event delivery. 3. Publish methods returns collection of Futures that represent event notifications. 4. Supports ordered publishing: guaranteed to notify of the events in order they were published. 5. Provides EventSource and EventService interfaces for better integration with IOC containers and alternative implementations.

Table Of Contents

Latest Version

Download com.elusive-code.newsboy : NewsBoy Javadoc & API Documentation - Latest Versions:

All Versions

Download com.elusive-code.newsboy : NewsBoy Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.2
0.1

How to open Javadoc JAR file in web browser

  1. Rename the file NewsBoy-0.2-javadoc.jar to NewsBoy-0.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder NewsBoy-0.2-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "NewsBoy-0.2-sources.jar" -d "NewsBoy-0.2-javadoc" -subpackages