com.ionetrics.lib.annotatorcomm
Interface TimestampListener


public interface TimestampListener

A TimestampListener is notified when a new timestamp has arrived.


Method Summary
 void timestampReceived(AnnotatorComm annotator, Timestamp timestamp)
          A timestamp has been received.
 

Method Detail

timestampReceived

void timestampReceived(AnnotatorComm annotator,
                       Timestamp timestamp)
A timestamp has been received.

Parameters:
annotator - source Annotator
timestamp - received timestamp


Copyright © 2006 Ionetrics Corp. All Rights Reserved.