Interface sap.ui.base.PoolableModule: sap/ui/base/ObjectPool
Contract for objects that can be pooled by ObjectPool
Method Summary
Method Detail
init()
Called by the object pool when this instance will be actived for a caller. The same method will be called after a new instance has been created by an otherwise exhausted pool.
If the caller provided any arguments to sap.ui.base.ObjectPool#borrowObject all arguments will be propagated to this method.