JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Interface
org.apache.wicket.util.thread.ICode
Packages that use
ICode
Package
Description
org.apache.wicket.util.thread
Threading utilities.
Uses of
ICode
in
org.apache.wicket.util.thread
Methods in
org.apache.wicket.util.thread
with parameters of type
ICode
Modifier and Type
Method
Description
final void
Task.
run
(
Duration
frequency,
ICode
code)
Runs this
Task
at the given frequency.