Uses of Interface
wicket.util.thread.ICode

Packages that use ICode
wicket.util.thread Threading utilities. 
wicket.util.time Utilities for working with time(s). 
 

Uses of ICode in wicket.util.thread
 

Methods in wicket.util.thread with parameters of type ICode
 void Task.run(Duration frequency, ICode code)
          Runs this task at the given frequency.
 

Uses of ICode in wicket.util.time
 

Methods in wicket.util.time with parameters of type ICode
static Duration Duration.benchmark(ICode code, org.apache.commons.logging.Log log)
           
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.