Class StatisticsChangeEvent

java.lang.Object
java.util.EventObject
com.e1c.langtool.stat.StatisticsChangeEvent
All Implemented Interfaces:
Serializable

public class StatisticsChangeEvent extends EventObject
See Also:
  • Constructor Details

    • StatisticsChangeEvent

      public StatisticsChangeEvent(org.eclipse.core.resources.IProject project, ChangeType type)
    • StatisticsChangeEvent

      public StatisticsChangeEvent(org.eclipse.core.resources.IProject project, ChangeType type, TranslateLanguage language)
    • StatisticsChangeEvent

      public StatisticsChangeEvent(org.eclipse.core.resources.IProject project, ChangeType type, Statistics statistics)
    • StatisticsChangeEvent

      public StatisticsChangeEvent(org.eclipse.core.resources.IProject project, ChangeType type, org.eclipse.core.runtime.IPath path)
    • StatisticsChangeEvent

      public StatisticsChangeEvent(org.eclipse.core.resources.IProject project, ChangeType type, org.eclipse.core.runtime.IPath path, TranslateLanguage language)
    • StatisticsChangeEvent

      public StatisticsChangeEvent(org.eclipse.core.resources.IProject project, ChangeType type, org.eclipse.core.runtime.IPath path, Statistics statistics)
    • StatisticsChangeEvent

      public StatisticsChangeEvent(org.eclipse.core.resources.IProject project, ChangeType type, org.eclipse.core.runtime.IPath path, TranslateLanguage language, Statistics statistics)
  • Method Details

    • getProject

      public @NonNull org.eclipse.core.resources.IProject getProject()
    • getType

      public @NonNull ChangeType getType()
    • getPath

      public @Nullable org.eclipse.core.runtime.IPath getPath()
    • getLanguage

      public @Nullable TranslateLanguage getLanguage()
    • getStatistics

      public @Nullable Statistics getStatistics()