Uses of Interface
org.gephi.timeline.api.TimelineModelListener
-
Packages that use TimelineModelListener Package Description org.gephi.timeline.api API which controls the Timeline, the UI component which allows network exploration over time. -
-
Uses of TimelineModelListener in org.gephi.timeline.api
Methods in org.gephi.timeline.api with parameters of type TimelineModelListener Modifier and Type Method Description voidTimelineController. addListener(TimelineModelListener listener)Addlistenerto the list of event listerners.voidTimelineController. removeListener(TimelineModelListener listener)Removelisternerfrom the list of event listeners.
-