Uses of Interface
org.apache.wicket.util.thread.ICode

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

Uses of ICode in org.apache.wicket.util.thread
 

Methods in org.apache.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 org.apache.wicket.util.time
 

Methods in org.apache.wicket.util.time with parameters of type ICode
static Duration Duration.benchmark(ICode code, org.slf4j.Logger log)
          Benchmark the given command.
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.