Interface TimelineListener

All Known Implementing Classes:
MediaEditorGUI

public interface TimelineListener
Interface for receiving notifications about timeline events
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onTimelineScrub(double count)
    Called when the timeline is scrubbed to a specific count
  • Method Details

    • onTimelineScrub

      void onTimelineScrub(double count)
      Called when the timeline is scrubbed to a specific count
      Parameters:
      count - The count position that was scrubbed to