Class RefreshPerformanceCache

java.lang.Object
org.eclipse.graphiti.ui.internal.editor.RefreshPerformanceCache

public class RefreshPerformanceCache extends Object
  • Constructor Details

    • RefreshPerformanceCache

      public RefreshPerformanceCache()
  • Method Details

    • initRefresh

      public void initRefresh()
      Inits the refresh.
    • shouldRefresh

      public boolean shouldRefresh(Object obj)
      Answers if a refresh should be triggered for an object of type If the supplied argument is of another type an IllegalArgumentException is thrown.
      Parameters:
      obj -
      Returns:
      true if the supplied object should be refreshed, false otherwise.