package net.vhati.modmanager.ui; public interface Statusbar { public void setStatusText( String text ); }