Uses of Class
edu.rit.util.Timer

Packages that use Timer
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 Timer in edu.rit.chat2
 

Methods in edu.rit.chat2 with parameters of type Timer
 void Chat.action(Timer theTimer)
          Upon timeout, broadcast the existence of this chat room.
 

Uses of Timer in edu.rit.util
 

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

Methods in edu.rit.util with parameters of type Timer
 void TimerTask.action(Timer theTimer)
          Perform this timer task's timed actions.
 



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