package frame.schedule; public interface ITask { void exec(); }