Package ec.util

Class ParameterDatabaseEvent

java.lang.Object
java.util.EventObject
ec.util.ParameterDatabaseEvent
All Implemented Interfaces:
Serializable

public class ParameterDatabaseEvent extends EventObject
See Also:
  • Field Details

  • Constructor Details

    • ParameterDatabaseEvent

      public ParameterDatabaseEvent(Object source, Parameter parameter, String value, int type)
      For ParameterDatabase events.
      Parameters:
      source - the ParameterDatabase
      parameter - the Parameter associated with the event
      value - the value of the Parameter associated with the event
      type - the type of the event
  • Method Details

    • getParameter

      public Parameter getParameter()
      Returns:
      the Parameter associated with the event
    • getValue

      public String getValue()
      Returns:
      the value of the Parameter associated with the event.
    • getType

      public int getType()
      Returns:
      the type of the event.