Class AC.data.TreeLoadMonitor
Extends
AC.data.LoadMonitor.
AC tree load monitor.
Defined in: Utility.js.
Constructor Attributes | Constructor Name and Description |
---|---|
AC.data.TreeLoadMonitor(owner)
Default constructor.
|
- Fields borrowed from class AC.data.LoadMonitor:
- counter, isActive, owner
Method Attributes | Method Name and Description |
---|---|
<static> |
AC.data.TreeLoadMonitor.afterLoad()
Fires the 'aftertreeload' event and disables the load monitor.
|
- Methods borrowed from class AC.data.LoadMonitor:
- decrement, increment
Class Detail
AC.data.TreeLoadMonitor(owner)
Default constructor.
- Parameters:
- owner
- the owner of this monitor
Method Detail
<static>
AC.data.TreeLoadMonitor.afterLoad()
Fires the 'aftertreeload' event and disables the load monitor.
- Returns:
- void