1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 14:12:10 +02:00

Add javadoc

Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
Marc Khouzam 2016-03-29 10:34:50 -04:00
parent 6d5e31038c
commit a08b9582d3

View file

@ -31,12 +31,16 @@ public interface IChangeReverseMethodHandler extends IReverseToggleHandler, IDeb
/**
* Return the reverse debugging method currently selected.
*
* @param context is the currently active context in the debug view
*/
ReverseDebugMethod getReverseDebugMethod(Object context);
/**
* Return the reverse debugging method that was selected before the
* currently selected one.
*
* @param context is the currently active context in the debug view
*/
ReverseDebugMethod getPreviousReverseDebugMethod(Object context);
}