package com.earth2me.essentials.update.tasks; public interface Task { void start(); }