org.epics.pvmanager
Class TimedTypeSupport<T>

java.lang.Object
  extended by org.epics.pvmanager.TypeSupport<T>
      extended by org.epics.pvmanager.TimedTypeSupport<T>

public abstract class TimedTypeSupport<T>
extends TypeSupport<T>

Author:
carcassi

Nested Class Summary
 
Nested classes/interfaces inherited from class org.epics.pvmanager.TypeSupport
TypeSupport.Notification<T>
 
Constructor Summary
TimedTypeSupport()
           
 
Method Summary
abstract  TimeStamp extractTimestamp(T object)
           
 
Methods inherited from class org.epics.pvmanager.TypeSupport
addTypeSupport, notification, prepareNotification, timestampOf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimedTypeSupport

public TimedTypeSupport()
Method Detail

extractTimestamp

public abstract TimeStamp extractTimestamp(T object)


Copyright © 2010. All Rights Reserved.