Class Index | File Index

Classes


Class AC.data.ContributionChildCounter

Contribution counter.
Defined in: Utility.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
AC.data.ContributionChildCounter(superiorId, populationRules, callbackobject, callbackmethod)
Default constructor.
Field Summary
Field Attributes Field Name and Description
 
The count of all (both new and old) contributions.
 
The count of new contributions.
Method Summary
Method Attributes Method Name and Description
 
Decrements the count of all contributions.
 
Decrements the count of new contributions.
 
Destroys the contribution counter node.
 
Invokes the callback method on the callback object.
 
Increments the count of all contributions.
 
Increments the count of new contributions.
Class Detail
AC.data.ContributionChildCounter(superiorId, populationRules, callbackobject, callbackmethod)
Default constructor.
Parameters:
superiorId
the superior counter node's contribution id
populationRules
the population rules
callbackobject
the callback object
callbackmethod
the callback method
Field Detail
count
The count of all (both new and old) contributions.

newCount
The count of new contributions.
Method Detail
decrementCount()
Decrements the count of all contributions.
Returns:
void

decrementNewCount()
Decrements the count of new contributions.
Returns:
void

destroy()
Destroys the contribution counter node.
Returns:
void

doCallback()
Invokes the callback method on the callback object.
Returns:
void

incrementCount()
Increments the count of all contributions.
Returns:
void

incrementNewCount()
Increments the count of new contributions.
Returns:
void

Documentation generated by JsDoc Toolkit 2.0.0 on Sun Sep 23 2012 02:46:06 GMT-0500 (CDT)