Uses of Interface
org.adoptopenjdk.jitwatch.ui.triview.ILineListener
-
-
Uses of ILineListener in org.adoptopenjdk.jitwatch.ui.triview
Classes in org.adoptopenjdk.jitwatch.ui.triview that implement ILineListener Modifier and Type Class Description classNoOpLineListenerclassTriViewFields in org.adoptopenjdk.jitwatch.ui.triview declared as ILineListener Modifier and Type Field Description protected ILineListenerViewer. lineListenerConstructors in org.adoptopenjdk.jitwatch.ui.triview with parameters of type ILineListener Constructor Description Viewer(IStageAccessProxy stageAccessProxy, ILineListener lineListener, ILineListener.LineType lineType, boolean highlighting) -
Uses of ILineListener in org.adoptopenjdk.jitwatch.ui.triview.assembly
Constructors in org.adoptopenjdk.jitwatch.ui.triview.assembly with parameters of type ILineListener Constructor Description ViewerAssembly(IStageAccessProxy stageAccessProxy, ILineListener lineListener, ILineListener.LineType lineType) -
Uses of ILineListener in org.adoptopenjdk.jitwatch.ui.triview.bytecode
Constructors in org.adoptopenjdk.jitwatch.ui.triview.bytecode with parameters of type ILineListener Constructor Description ViewerBytecode(IStageAccessProxy stageAccessProxy, TriViewNavigationStack navigationStack, IReadOnlyJITDataModel model, ILineListener lineListener, ILineListener.LineType lineType) -
Uses of ILineListener in org.adoptopenjdk.jitwatch.ui.triview.source
Constructors in org.adoptopenjdk.jitwatch.ui.triview.source with parameters of type ILineListener Constructor Description ViewerSource(IStageAccessProxy stageAccessProxy, ILineListener lineListener, ILineListener.LineType lineType)
-