org.wilmascope.control
Interface LayoutObserver

All Superinterfaces:
java.util.Observer

public interface LayoutObserver
extends java.util.Observer

Author:
dwyer To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
static java.lang.Integer LAYOUT_FINISHED
           
static java.lang.Integer LAYOUT_ITERATION
           
 
Method Summary
 
Methods inherited from interface java.util.Observer
update
 

Field Detail

LAYOUT_ITERATION

static final java.lang.Integer LAYOUT_ITERATION

LAYOUT_FINISHED

static final java.lang.Integer LAYOUT_FINISHED