Class TmfEventsCache.CachedEvent
java.lang.Object
org.eclipse.tracecompass.tmf.ui.viewers.events.TmfEventsCache.CachedEvent
- All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable,ITmfEvent
- Enclosing class:
TmfEventsCache
The generic TMF Events table cached event.
- Author:
- Patrick Tasse
-
Constructor Summary
ConstructorsConstructorDescriptionCachedEvent(ITmfEvent iTmfEvent, long rank) Constructor for new cached events. -
Method Summary
-
Constructor Details
-
CachedEvent
Constructor for new cached events.- Parameters:
iTmfEvent- The original trace eventrank- The rank of this event in the trace
-
-
Method Details
-
getAdapter
- Specified by:
getAdapterin interfaceorg.eclipse.core.runtime.IAdaptable
-
getTrace
-
getRank
public long getRank() -
getName
Description copied from interface:ITmfEventGets the name of the event -
getTimestamp
- Specified by:
getTimestampin interfaceITmfEvent- Returns:
- the event timestamp
-
getType
-
getContent
- Specified by:
getContentin interfaceITmfEvent- Returns:
- the event content
-