package mightypork.gamecore.gui.events; public interface LayoutChangeListener { public void onLayoutChanged(); }