public abstract class ThreadTimelineView extends BasicView
Modifier and Type | Class and Description |
---|---|
static class |
ThreadTimelineView.ThreadTimelineViewAction |
BasicView.Action
Modifier and Type | Field and Description |
---|---|
protected ActionNotifier<ThreadTimelineView.ThreadTimelineViewAction> |
threadTimelineNotifier |
Constructor and Description |
---|
ThreadTimelineView() |
Modifier and Type | Method and Description |
---|---|
void |
addThreadSelectionActionListener(ActionListener<ThreadTimelineView.ThreadTimelineViewAction> listener) |
abstract void |
displayStats(Map<ThreadInfoData,List<ThreadTimelineBean>> timelines,
long start,
long stop) |
void |
removeThreadSelectionActionListener(ActionListener<ThreadTimelineView.ThreadTimelineViewAction> listener) |
abstract void |
resetMarkerMessage() |
abstract void |
setMarkersMessage(String left,
String right) |
addActionListener, notify, removeActionListener
protected final ActionNotifier<ThreadTimelineView.ThreadTimelineViewAction> threadTimelineNotifier
public void addThreadSelectionActionListener(ActionListener<ThreadTimelineView.ThreadTimelineViewAction> listener)
public void removeThreadSelectionActionListener(ActionListener<ThreadTimelineView.ThreadTimelineViewAction> listener)
public abstract void displayStats(Map<ThreadInfoData,List<ThreadTimelineBean>> timelines, long start, long stop)
public abstract void resetMarkerMessage()
Copyright © 2012. All Rights Reserved.