Interface LayoutEventSupport<V,E>
-
- All Known Implementing Classes:
ObservableCachingLayout
,PersistentLayoutImpl
public interface LayoutEventSupport<V,E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addLayoutChangeListener(LayoutChangeListener<V,E> listener)
void
removeLayoutChangeListener(LayoutChangeListener<V,E> listener)
-
-
-
Method Detail
-
addLayoutChangeListener
void addLayoutChangeListener(LayoutChangeListener<V,E> listener)
-
removeLayoutChangeListener
void removeLayoutChangeListener(LayoutChangeListener<V,E> listener)
-
-