|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Event
An abstract interface that represents a performance event. TimeEvent
provides a concrete implementation that most will want to use.
| Method Summary | |
|---|---|
EventSummary |
finished()
Produce a summary of this event, for storage and further summarization. |
void |
resume(Event oldEvent)
Resume this event; the old event is passed for reference. |
void |
suspend(Event newEvent)
Suspend this event; the new event is passed for reference. |
| Method Detail |
|---|
void suspend(Event newEvent)
newEvent - the new event that now covers the scopevoid resume(Event oldEvent)
oldEvent - the old event that is now out of scopeEventSummary finished()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||