Uses of Class
broadcast.TimeKeeper

Packages that use TimeKeeper
broadcast This package contains classes implementing the generation and synchronized dispatch of SiGML sequences over UDP to accompany a broadcast TV transmission. 
sigmlinlib This package defines the classes that define the main SiGML Input Library API, including the provision of a networked SiGML signing data input service using TCP/IP and UDP server sockets, suitable for use by an avatar based SiGML animation module. 
 

Uses of TimeKeeper in broadcast
 

Methods in broadcast with parameters of type TimeKeeper
 void SiGMLSegmentSynchAcceptor.setTimer(TimeKeeper timer)
           
 

Constructors in broadcast with parameters of type TimeKeeper
SiGMLSegmentTransmitter(TimeKeeper tk, PacketSender pktsndr)
           
 

Uses of TimeKeeper in sigmlinlib
 

Methods in sigmlinlib with parameters of type TimeKeeper
 void BroadcastSiGMLInputService.setTimer(TimeKeeper timer)