Package com.jidesoft.dialog
Interface Laziness
-
- All Known Implementing Classes:
AbstractDialogPage
,AbstractPage
public interface Laziness
An interface to indicate something can be initialized lazily.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
lazyInitialize()
This method must be implemented by any child class.
-