Documentation of 'ec.util.ParameterDatabaseEvent' Java class
ParameterDatabaseEvent
ec.util

Class ParameterDatabaseEvent

  • All Implemented Interfaces:
    java.io.Serializable


    public class ParameterDatabaseEvent
    extends java.util.EventObject
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int ACCESSED 
      static int SET 
    • Constructor Summary

      Constructors 
      Constructor and Description
      ParameterDatabaseEvent(java.lang.Object source, Parameter parameter, java.lang.String value, int type)
      For ParameterDatabase events.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      Parameter getParameter() 
      int getType() 
      java.lang.String getValue() 
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ParameterDatabaseEvent

        public ParameterDatabaseEvent(java.lang.Object source,
                                      Parameter parameter,
                                      java.lang.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 Detail

      • getParameter

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

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

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

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.