PATH |
EOAggregateEvent
Inherits from: EOEvent
Package: com.webobjects.eocontrol
Class Description
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.
Instance Methods
addEvent
public void addEvent(EOEvent event)
comment
public String comment()
description
public String description()
displayComponentName
public String displayComponentName()
duration
public long duration()
durationWithoutSubevents
public long durationWithoutSubevents()
events
public NSArray events()
Instance Methods
addEvent
public void addEvent(EOEvent anEOEvent)
comment
public String comment()
description
public String description()
displayComponentName
public String displayComponentName()
duration
public long duration()
durationWithoutSubevents
public long durationWithoutSubevents()
events
public NSArray events()
info
public Object info()
signatureOfType
public String signatureOfType(int anInt)
subevents
public NSArray subevents()
title
public String title()
© 2001 Apple Computer, Inc. (Last Published April 19, 2001)