org.apache.wicket.util.thread
Interface ICode


public interface ICode

Interface to an arbitrary piece of code that runs and can do logging.

Since:
1.2.6
Author:
Jonathan Locke

Method Summary
 void run(org.slf4j.Logger log)
          Override this method to provide the code to run as a Task.
 

Method Detail

run

void run(org.slf4j.Logger log)
Override this method to provide the code to run as a Task.

Parameters:
log - the log that will be used by the code


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