se.lth.cs.realtime.event
Interface RTEventListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
RTThread

public interface RTEventListener
extends java.util.EventListener

Interface for threads who can handle RTEvents.


Method Summary
 void putEvent(RTEvent e)
          The typical implementation of this method inserts the event into some kind of queue.
 

Method Detail

putEvent

public void putEvent(RTEvent e)
The typical implementation of this method inserts the event into some kind of queue.
Parameters:
e - Event to handle