Package | weavejs.api.core |
Interface | public interface IChildListCallbackInterface extends ICallbackCollection, ILinkableObject |
Property | Defined By | ||
---|---|---|---|
![]() | callbacksAreDelayed : Boolean [read-only]
While this is true, it means the delay count is greater than zero and the effects of
triggerCallbacks() are delayed until resumeCallbacks() is called to reduce the delay count. | ICallbackCollection | |
lastNameAdded : String [read-only]
This is the name of the object that was added prior to running immediate callbacks. | IChildListCallbackInterface | ||
lastNameRemoved : String [read-only]
This is the name of the object that was removed prior to running immediate callbacks. | IChildListCallbackInterface | ||
lastObjectAdded : ILinkableObject [read-only]
This is the object that was added prior to running immediate callbacks. | IChildListCallbackInterface | ||
lastObjectRemoved : ILinkableObject [read-only]
This is the object that was removed prior to running immediate callbacks. | IChildListCallbackInterface | ||
![]() | triggerCounter : uint [read-only]
This counter gets incremented at the time that callbacks are triggered, before they are actually called. | ICallbackCollection |
lastNameAdded | property |
lastNameAdded:String
[read-only] This is the name of the object that was added prior to running immediate callbacks.
public function get lastNameAdded():String
lastNameRemoved | property |
lastNameRemoved:String
[read-only] This is the name of the object that was removed prior to running immediate callbacks.
public function get lastNameRemoved():String
lastObjectAdded | property |
lastObjectAdded:ILinkableObject
[read-only] This is the object that was added prior to running immediate callbacks.
public function get lastObjectAdded():ILinkableObject
lastObjectRemoved | property |
lastObjectRemoved:ILinkableObject
[read-only] This is the object that was removed prior to running immediate callbacks.
public function get lastObjectRemoved():ILinkableObject