Interface IParameterEvent

All Known Implementing Classes:
FilteredParameterEvent, ParameterEvent

public interface IParameterEvent
An event holding parameter changes.
Author:
ActiveViam
  • Method Details Link icon

    • getActivePivotIds Link icon

      Set<String> getActivePivotIds()
      Get the ids of the IActivePivot for which parameters have changed.
      Returns:
      the ids of the ActivePivots for which parameters have changed
    • getParameters Link icon

      Set<String> getParameters(String activePivotId)
      Get the names of the parameters which have changed.
      Parameters:
      activePivotId - the id of the ActivePivot for which parameters have changed
      Returns:
      the names of the parameters which have changed
    • getUpdatedResources Link icon

      Set<Object[]> getUpdatedResources(String activePivotId, String parameterId)
      Get the tuples of changed parameters.
      Parameters:
      activePivotId - the id of the ActivePivot for which parameters have changed
      parameterId - the name of the parameter for which parameters have changed
      Returns:
      the tuples of changed parameters
    • getEpoch Link icon

      IEpoch getEpoch()
      Get the epoch of the event.
      Returns:
      the epoch of the event