Class SectionTracker
java.lang.Object
dev.engine_room.flywheel.impl.visualization.storage.SectionTracker
- All Implemented Interfaces:
SectionTrackedVisual.SectionCollector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(Runnable listener) @Unmodifiable it.unimi.dsi.fastutil.longs.LongSetsections()voidsections(it.unimi.dsi.fastutil.longs.LongSet sections) Assign the set of sections this visual wants to track itself in.
-
Constructor Details
-
SectionTracker
public SectionTracker()
-
-
Method Details
-
sections
public @Unmodifiable it.unimi.dsi.fastutil.longs.LongSet sections() -
sections
public void sections(it.unimi.dsi.fastutil.longs.LongSet sections) Description copied from interface:SectionTrackedVisual.SectionCollectorAssign the set of sections this visual wants to track itself in.- Specified by:
sectionsin interfaceSectionTrackedVisual.SectionCollector
-
addListener
-