com.sage.accpac.sm
Interface MeterEvent


@Immutable
@ThreadSafe
public interface MeterEvent

The meterEvent interface contains the details of a meter event as passed to a MeterEventListener

Note: The event's Meter can be retrieved using getMeter().


Method Summary
 Meter getMeter()
          Gets the Meter.
 

Method Detail

getMeter

Meter getMeter()
Gets the Meter. Query the meter to get its current status

Returns:
the Meter on which the event occurred.


Copyright © 2011 Sage Software, Inc. All rights reserved.