com.metsci.glimpse.layout
Interface GlimpseLayoutListener


public interface GlimpseLayoutListener

A listener interface for receiving callback notification when GlimpseLayouts size or position are changed by the layout manager.

Author:
ulman

Method Summary
 void layoutEvent(int x, int y, int width, int height)
           
 

Method Detail

layoutEvent

void layoutEvent(int x,
                 int y,
                 int width,
                 int height)


Copyright © 2012 Metron, Inc.. All Rights Reserved.