Meter Class

Meter objects may be created in one of the following ways:

When a Meter object is first created, it's counter value is set to zero. The value may later be increased by calling the incrementValue method or changed using setValue.

For more information about creating and using Meters, see the topics in the section Reporting Performance Data with Meters.

Constructor
lookupMeter - Creates a Meter object at the top-level of the Listener, or as a subordinate to a Container or Event.
Methods
getValue - Returns the current value of the Meter object's counter.
incrementValue - Increments the value of the Meter object's counter.
setValue - Sets the Meter object's counter to the specified value.
See Also
Container Class
Event Class
Listener Class