|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEventUpdater<T>
eventUPdater is used to log events for pre-registered events.
Method Summary | |
---|---|
void |
updateEventNoFlush(T event)
Logs the instance of the event thread-locally. |
void |
updateEventWithFlush(T event)
Logs the instance of the event thread-locally and immediated flushes to the global circular buffer for this event. |
Method Detail |
---|
void updateEventNoFlush(T event)
event
- an instance of the user-defined event of type Tvoid updateEventWithFlush(T event)
event
- an instance of the user-defined event of type T
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |