Class ConfigEvents

All Implemented Interfaces:
Serializable, Cloneable, Iterable<ConfigEvent>, Collection<ConfigEvent>, List<ConfigEvent>, RandomAccess

public class ConfigEvents extends ArrayList<ConfigEvent>
Represents a list of ConfigEvent objects.
  • Constructor Details

  • Method Details

    • isSectionModified

      public boolean isSectionModified(String name)
      Returns true if the specified section was modified in this list of events.
      Parameters:
      name - The section name.
      Returns:
      true if the specified section was modified in this list of events.
    • isKeyModified

      public boolean isKeyModified(String section, String key)
      Returns true if the specified key was modified in this list of events.
      Parameters:
      section - The section name.
      key - The key name.
      Returns:
      true if the specified key was modified in this list of events.