package org.hwo.tasklet; public interface Tasklet { public void run(Object arg); }