package com.quiltplayer.view.swing.interfaces;
/**
*
* If main frame resizes, this marker interface flags that something should happen with the
* implementing class.
*
* @author Vlado Palczynski
*
*/
public interface FrameResizeAwarable {
}