Uses of Interface
jegg.timer.TimeoutListener

Packages that use TimeoutListener
jegg.timer This package provides the implemenation for a timer that can be used to deliver timeout messages to a listener. 
 

Uses of TimeoutListener in jegg.timer
 

Methods in jegg.timer with parameters of type TimeoutListener
static Timer Timer.createRepeatingTimer(TimeoutListener l, long period)
          Create a timer that will deliver timeout messages periodically.
static Timer Timer.createRepeatingTimer(TimeoutListener l, long period, long delay)
          Create a timer that will deliver timeout messages periodically following the initial specified delay.
static Timer Timer.createSingleShotTimer(TimeoutListener l, long delay)
          Create a timer that will deliver a single timeout message.
 



Copyright © 2004 . All Rights Reserved.