Uses of Interface
rcf.core.concurrent.events.EventSyndicate

Packages that use EventSyndicate
rcf.core.concurrent.events Includes support for a highly abstract, and powerful event model. 
rcf.core.concurrent.schedule Support for task management, this package similar in concept to java.util.concurrent, but is integrated with the rcf.core.concurrent.events package. 
rcf.core.concurrent.transactions This package contains a uniform abstraction of transactions, which is the basis of the transaction support in transactional collections among other things. 
 

Uses of EventSyndicate in rcf.core.concurrent.events
 

Classes in rcf.core.concurrent.events that implement EventSyndicate
 class ArrayEventSyndicate
          TODO: Javadoc A very simple implementation of EventSyndicate which will only report events of a single type.
 class HashEventSyndicate
          TODO: Javadoc
 

Fields in rcf.core.concurrent.events declared as EventSyndicate
protected  EventSyndicate AbstractEventSource.syndicate
          TODO: Javadoc
 

Methods in rcf.core.concurrent.events that return EventSyndicate
 EventSyndicate EventSource.syndicate()
          Return the current syndicate for this event source, or allocate one if there isn't one.
 EventSyndicate AbstractEventSource.syndicate()
           
 

Uses of EventSyndicate in rcf.core.concurrent.schedule
 

Methods in rcf.core.concurrent.schedule that return EventSyndicate
 EventSyndicate AbstractTask.syndicate()
           
 

Uses of EventSyndicate in rcf.core.concurrent.transactions
 

Methods in rcf.core.concurrent.transactions that return EventSyndicate
 EventSyndicate AbstractTransaction.syndicate()