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