| com.jidesoft.dialog.Laziness
All known Subclasses: com.jidesoft.dialog.AbstractPage,
Laziness | public interface Laziness (Code) | | An interface to indicate something can be initialized lazily.
|
Method Summary | |
abstract void | lazyInitialize() This method must be implemented by any child class. |
lazyInitialize | abstract void lazyInitialize()(Code) | | This method must be implemented by any child class. Instead of putting
initialization code in constructor, user should put code in this method
in order to taking advantage of lazy loading.
|
|
|