Uses of Interface
edu.rit.util.TimerTask

Packages that use TimerTask
edu.rit.chat2 Package edu.rit.chat2 provides the Chat Demo Application Version 2, an M2MI-based chat application. 
edu.rit.util Package edu.rit.util contains general utility components. 
 

Uses of TimerTask in edu.rit.chat2
 

Classes in edu.rit.chat2 that implement TimerTask
 class Chat
          Class Chat is a rudimentary M2MI-based chat application.
 

Uses of TimerTask in edu.rit.util
 

Methods in edu.rit.util that return TimerTask
 TimerTask Timer.getTimerTask()
          Returns this timer's timer task.
 

Methods in edu.rit.util with parameters of type TimerTask
 Timer TimerThread.createTimer(TimerTask theTimerTask)
          Create a new timer associated with the given timer task and under the control of this timer thread.
 



Copyright © 2001-2006 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.