Interface ProjectTMX.CheckOrphanedCallback

Enclosing class:
ProjectTMX

public static interface ProjectTMX.CheckOrphanedCallback
This interface is used as a callback mechanism to check if specific entries or source texts exist in a project. It is typically utilized to manage data consistency or handle orphaned entries.
  • Method Details

    • existEntryInProject

      boolean existEntryInProject(EntryKey key)
    • existSourceInProject

      boolean existSourceInProject(String src)
    • clear

      void clear()