Class NoOpLineListener
- java.lang.Object
-
- org.adoptopenjdk.jitwatch.ui.triview.NoOpLineListener
-
- All Implemented Interfaces:
ILineListener
public class NoOpLineListener extends java.lang.Object implements ILineListener
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.adoptopenjdk.jitwatch.ui.triview.ILineListener
ILineListener.LineType
-
-
Constructor Summary
Constructors Constructor Description NoOpLineListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleFocusNext()voidhandleFocusPrev()voidhandleFocusSelf(ILineListener.LineType lineType)voidlineHighlighted(int index, ILineListener.LineType lineType)voidsetRange(ILineListener.LineType lineType, int startRange, int endRange)
-
-
-
Method Detail
-
lineHighlighted
public void lineHighlighted(int index, ILineListener.LineType lineType)- Specified by:
lineHighlightedin interfaceILineListener
-
handleFocusSelf
public void handleFocusSelf(ILineListener.LineType lineType)
- Specified by:
handleFocusSelfin interfaceILineListener
-
handleFocusNext
public void handleFocusNext()
- Specified by:
handleFocusNextin interfaceILineListener
-
handleFocusPrev
public void handleFocusPrev()
- Specified by:
handleFocusPrevin interfaceILineListener
-
setRange
public void setRange(ILineListener.LineType lineType, int startRange, int endRange)
- Specified by:
setRangein interfaceILineListener
-
-