Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > EOControl Reference

Table of Contents

EOAggregateEvent


Inherits from:
EOEvent : NSObject
Declared in:
EOControl/EOAggregateEvent.h




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:

- (void)addEvent:(EOEvent *)event

Adds event to the set of events that the receiver aggregates.

events

- (NSArray *)events

Returns the set of events that the receiver aggregates. In the typical scenario, an EOAggregateEvent always has at least one event-the event for which the event logging system created the aggregate event.


Table of Contents