Interface LayoutEventSupport<V,E>
- All Known Implementing Classes:
ObservableCachingLayout
,PersistentLayoutImpl
public interface LayoutEventSupport<V,E>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addLayoutChangeListener
(LayoutChangeListener<V, E> listener) void
removeLayoutChangeListener
(LayoutChangeListener<V, E> listener)
-
Method Details
-
addLayoutChangeListener
-
removeLayoutChangeListener
-