package org.wiztools.restclient.ui.lifecycle; /** * * @author subwiz */ public interface Startup { void onStartup(); }