net.sourceforge.nite.tools.videolabeler
Interface LayoutListener


public interface LayoutListener

A layout listener is notified whenever the size of a component changes, so that the size and location of other components can be updated.


Method Summary
 void componentSizeChanged()
          Called when the size of a component changes.
 

Method Detail

componentSizeChanged

void componentSizeChanged()

Called when the size of a component changes.