Uses of Interface
nl.tudelft.simulation.event.EventProducerInterface

Packages that use EventProducerInterface
nl.tudelft.simulation.event Provides classes and interfaces for asynchronous communication. 
nl.tudelft.simulation.event.remote   
nl.tudelft.simulation.event.util Provides an extension to Java's collection library. 
 

Uses of EventProducerInterface in nl.tudelft.simulation.event
 

Classes in nl.tudelft.simulation.event that implement EventProducerInterface
 class EventProducer
          The EventProducer forms the reference implementation of the EventProducerInterface.
 

Uses of EventProducerInterface in nl.tudelft.simulation.event.remote
 

Subinterfaces of EventProducerInterface in nl.tudelft.simulation.event.remote
 interface RemoteEventProducerInterface
          The RemoteEventProducerInterface provides a remote implementation of the EventProducerInterface.
 

Classes in nl.tudelft.simulation.event.remote that implement EventProducerInterface
 class RemoteEventProducer
          The RemoteEventProducer provides a remote implementation of the eventProducer.
 

Uses of EventProducerInterface in nl.tudelft.simulation.event.util
 

Classes in nl.tudelft.simulation.event.util that implement EventProducerInterface
 class EventIterator<T>
          The Event producing iterator provides a set to which one can subscribe interest in entry changes.
 class EventProducingCollection<T>
          The Event producing collection provides a set to which one can subscribe interest in entry changes.
 class EventProducingList<T>
          The Event producing list provides a list to which one can subscribe interest in entry changes.
 class EventProducingMap<K,V>
          The Event producing map provides a map to which one can subscribe interest in entry changes.
 class EventProducingSet<T>
          The Event producing set provides a set to which one can subscribe interest in entry changes.
 



Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.