PATH |
Inherits from: EOEvent
Package: com.webobjects.eocontrol
An instance of the EOAggregateEvent class is used to aggregate into one event multiple EOEvent objects that have the same aggregate signature. This one aggregate event is typically used in a WOEventDisplay page in a WebObjects application to display the sum of all of the aggregated events' durations.
public void addEvent(EOEvent event)
public String comment()
public String description()
public String displayComponentName()
public long duration()
public long durationWithoutSubevents()
public NSArray events()
public void addEvent(EOEvent anEOEvent)
public String comment()
public String description()
public String displayComponentName()
public long duration()
public long durationWithoutSubevents()
public NSArray events()
public Object info()
public String signatureOfType(int anInt)
public NSArray subevents()
public String title()
© 2001 Apple Computer, Inc. (Last Published April 19, 2001)