Uses of Interface
org.adoptopenjdk.jitwatch.ui.main.IMemberSelectedListener
-
-
Uses of IMemberSelectedListener in org.adoptopenjdk.jitwatch.ui.compilationchooser
Constructors in org.adoptopenjdk.jitwatch.ui.compilationchooser with parameters of type IMemberSelectedListener Constructor Description CompilationChooser(IMemberSelectedListener selectionListener) -
Uses of IMemberSelectedListener in org.adoptopenjdk.jitwatch.ui.compilechain
Constructors in org.adoptopenjdk.jitwatch.ui.compilechain with parameters of type IMemberSelectedListener Constructor Description CompileChainStage(IMemberSelectedListener selectionListener, IStageAccessProxy stageAccess, IReadOnlyJITDataModel model) -
Uses of IMemberSelectedListener in org.adoptopenjdk.jitwatch.ui.main
Classes in org.adoptopenjdk.jitwatch.ui.main that implement IMemberSelectedListener Modifier and Type Class Description classJITWatchUIFields in org.adoptopenjdk.jitwatch.ui.main with type parameters of type IMemberSelectedListener Modifier and Type Field Description private java.util.List<IMemberSelectedListener>ClassMemberList. listenersMethods in org.adoptopenjdk.jitwatch.ui.main with parameters of type IMemberSelectedListener Modifier and Type Method Description voidClassMemberList. registerListener(IMemberSelectedListener listener) -
Uses of IMemberSelectedListener in org.adoptopenjdk.jitwatch.ui.toplist
Constructors in org.adoptopenjdk.jitwatch.ui.toplist with parameters of type IMemberSelectedListener Constructor Description TopListStage(IMemberSelectedListener selectionListener, IReadOnlyJITDataModel model) -
Uses of IMemberSelectedListener in org.adoptopenjdk.jitwatch.ui.triview
Fields in org.adoptopenjdk.jitwatch.ui.triview declared as IMemberSelectedListener Modifier and Type Field Description private IMemberSelectedListenerTriView. memberSelectionListener
-