Package se.lth.cs.realtime.event

Interface Summary
RTEventListener Interface for threads who can handle RTEvents.
RTThreadListener  
 

Class Summary
PeriodicEvent Generic event used to trigger periodic activities in an event-driven fashion, as an alternative to using PeriodicThread which is time driven.
RTEvent The base class of real-time, i.e.
RTEventBuffer A basic queue/buffer for RTEvent objects.
RTEventListenerList A class which holds a list of RTEventListeners.
RTThreadEvent The class of a generic event originated in a RTThread.