Class ComponentConfigEvent

    • Constructor Summary

      Constructors 
      Constructor Description
      ComponentConfigEvent​(ComponentConfigEvent.Type type, java.lang.String componentName, java.lang.String name, java.lang.String value)
      Creates an event of a given type and for the specified app and the current time.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String name()
      Returns the property name.
      java.lang.String value()
      Returns the property value as a string.
      • Methods inherited from class java.lang.Object

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

      • ComponentConfigEvent

        public ComponentConfigEvent​(ComponentConfigEvent.Type type,
                                    java.lang.String componentName,
                                    java.lang.String name,
                                    java.lang.String value)
        Creates an event of a given type and for the specified app and the current time.
        Parameters:
        type - config property event type
        componentName - component name event subject
        name - config property name
        value - config property value
    • Method Detail

      • name

        public java.lang.String name()
        Returns the property name.
        Returns:
        property name
      • value

        public java.lang.String value()
        Returns the property value as a string.
        Returns:
        string value