public interface BaseLayoutListener
View needs to be a LayoutListener if it wants to save state information. An embedded view (such as a Editor need only implement the BaseLayoutListener interface.| Modifier and Type | Method and Description |
|---|---|
void |
close(Layout layout)
Close the views associated with the specified
layout. |
void |
init(Layout layout)
Initialize the
View state from the information in the stored in the specified layout. |
void |
save(Layout layout)
Save layout information in the specified
layout. |
void save(Layout layout)
layout. This method is called by the layout management system when the active layout is about to be deactivated.void init(Layout layout)
View state from the information in the stored in the specified layout. This method is called by the layout management system when a layout is about to be activated.void close(Layout layout)
layout. This method is called by the layout management system when a layout is being deactivated.