Package heronarts.lx.studio.ui.timeline
Interface Lens.Listener
- All Known Implementing Classes:
GridMetrics,UIClipEditor,UITimeline,UITimeline.Overview
- Enclosing class:
Lens
public static interface Lens.Listener
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidonClipChanged(Lens lens, LXClip clip) Called when the clip the Lens is referencing is changedvoidonLensChanged(Lens lens, boolean sizeChanged, boolean scrollChanged) Called when the lens positioning is changed
-
Method Details
-
onClipChanged
Called when the clip the Lens is referencing is changed- Parameters:
lens- Lensclip- Clip referenced (may be null)
-
onLensChanged
Called when the lens positioning is changed- Parameters:
lens- LenssizeChanged- True if total width of the lens has changedscrollChanged- True if scroll position of the lens has changed
-