Interface TrackDeleteEvent

    • Method Detail

      • getTrackName

        @NonNull String getTrackName()
        Gets the name of the deleted track
        Returns:
        the name of the deleted track
      • getExistingData

        @NonNull List<String> getExistingData()
        Gets an immutable copy of the tracks existing data
        Returns:
        a copy of the tracks existing data
      • getCause

        @NonNull DeletionCause getCause()
        Gets the cause of the deletion
        Returns:
        the cause of the deletion