se.lth.cs.realtime.event
Class RTThreadEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--se.lth.cs.realtime.event.RTEvent
              |
              +--se.lth.cs.realtime.event.RTThreadEvent
All Implemented Interfaces:
java.io.Serializable

public class RTThreadEvent
extends RTEvent

The class of a generic event originated in a RTThread.

See Also:
Serialized Form

Fields inherited from class se.lth.cs.realtime.event.RTEvent
ticker, timestamp
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
RTThreadEvent(RTThread source)
          Constructs a RTThreadEvent object with the specified source thread and identifier.
 
Methods inherited from class se.lth.cs.realtime.event.RTEvent
getMillis, getNanos, getSeconds, getTicks, getTimebase, paramString, toString
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RTThreadEvent

public RTThreadEvent(RTThread source)
Constructs a RTThreadEvent object with the specified source thread and identifier.
Parameters:
source - the thread where the event originated.