From 421b90a1db591cedba2af45fee587f046e538941 Mon Sep 17 00:00:00 2001 From: Bernd Hufmann Date: Tue, 27 Aug 2013 09:04:35 -0400 Subject: [PATCH] tmf: update developer guide for time range selection Change-Id: I33e2bf0003f6c8db6c0aada689bef6ba75fee7e6 Signed-off-by: Bernd Hufmann Reviewed-on: https://git.eclipse.org/r/15888 Tested-by: Hudson CI Reviewed-by: Matthew Khouzam IP-Clean: Matthew Khouzam Tested-by: Matthew Khouzam --- .../doc/Developer-Guide.mediawiki | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/org.eclipse.linuxtools.tmf.help/doc/Developer-Guide.mediawiki b/org.eclipse.linuxtools.tmf.help/doc/Developer-Guide.mediawiki index 40f3429216..c1c9de890a 100644 --- a/org.eclipse.linuxtools.tmf.help/doc/Developer-Guide.mediawiki +++ b/org.eclipse.linuxtools.tmf.help/doc/Developer-Guide.mediawiki @@ -914,15 +914,17 @@ Received by components that need to be notified of a new trace event count. ''Purpose'' -This signal is used to indicate that a new time has been selected. +This signal is used to indicate that a new time or time range has been +selected. It contains a begin and end time. If a single time is selected then +the begin and end time are the same. ''Senders'' -Sent by any component that allows the user to select a time. +Sent by any component that allows the user to select a time or time range. ''Receivers'' -Received by any component that needs to be notified of the currently selected time. +Received by any component that needs to be notified of the currently selected time or time range. === TmfRangeSynchSignal === -- 2.34.1