Java Doc for EventGeneric.java in » Net » GNetWatch » net » fenyo » gnetwatch » data » Java Source Code / Java DocumentationJava Source Code and Java Documentation
This base class for every events stores the date of the event.
author: Alexandre Fenyo version: $Id: EventGeneric.java,v 1.9 2007/03/09 22:44:20 fenyo Exp $
getDate() Returns the date of creation of this event.
none.
public int
getIntValue(java.util.List<EventGeneric> events, int idx) Returns an integer representation of the performance counter associated whith this event.
Parameters: events - every event. Parameters: idx - index of this event.
Returns an integer representation of the performance counter associated whith this event.
Parameters: events - every event. Parameters: idx - index of this event. int performance counter.