Interface ITimeReset
- All Known Subinterfaces:
ITimeDataProvider,ITimeDataProviderConverter
- All Known Implementing Classes:
CounterView,ExampleXYDataProviderView,SegmentStoreScatterView2,TimeDataProviderCyclesConverter,TimeGraphViewer,TmfChartView
public interface ITimeReset
Interface to be implemented by classes who can reset their time ranges to
some values, for instance the range of the trace.
- Since:
- 3.2
- Author:
- Matthew Khouzam
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidReset the start and end times and broadcast the signal to all classes withTmfSignalHandlerforTmfWindowRangeUpdatedSignalvoidresetStartFinishTime(boolean broadcast) Reset the start and end times.
-
Method Details
-
resetStartFinishTime
default void resetStartFinishTime()Reset the start and end times and broadcast the signal to all classes withTmfSignalHandlerforTmfWindowRangeUpdatedSignal -
resetStartFinishTime
void resetStartFinishTime(boolean broadcast) Reset the start and end times.- Parameters:
broadcast- if true, broadcast the signal, else only apply to this view
-