wicket.util.thread
Interface ICode


public interface ICode

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

Author:
Jonathan Locke

Method Summary
 void run(org.apache.commons.logging.Log log)
          Override this method to provide the code to run as a task
 

Method Detail

run

void run(org.apache.commons.logging.Log 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-2007 Wicket developers. All Rights Reserved.