com.deltax.util.listener
Class TimeStampedSignal

java.lang.Object
  extended bycom.deltax.util.listener.Signal
      extended bycom.deltax.util.listener.TimeStampedSignal

public class TimeStampedSignal
extends Signal

A signal with a time stamp.

Version:
1.0
Author:
Cristiano Sadun

Field Summary
protected  long time
           
 
Constructor Summary
TimeStampedSignal(java.lang.Object obj)
           
 
Method Summary
 long getTime()
           
 
Methods inherited from class com.deltax.util.listener.Signal
getSource, sourceSupportsExceptionSignals
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

time

protected long time
Constructor Detail

TimeStampedSignal

public TimeStampedSignal(java.lang.Object obj)
Method Detail

getTime

public long getTime()