Class CMSStatusEvent.CMSIntermediateResultEvent

  • Enclosing class:
    CMSStatusEvent

    public static class CMSStatusEvent.CMSIntermediateResultEvent
    extends CMSStatusEvent
    Status event for an intermediate result of a component.
    • Field Detail

      • name

        protected java.lang.String name
        The name of the result.
      • value

        protected java.lang.Object value
        The value of the result.
    • Constructor Detail

      • CMSIntermediateResultEvent

        public CMSIntermediateResultEvent()
        Create a new CMSIntermediateResultEvent.
      • CMSIntermediateResultEvent

        public CMSIntermediateResultEvent​(IComponentDescription desc,
                                          java.lang.String name,
                                          java.lang.Object value)
        Create a new CMSIntermediateResultEvent.
    • Method Detail

      • getName

        public java.lang.String getName()
        Get the name.
        Returns:
        The name.
      • setName

        public void setName​(java.lang.String name)
        Set the name.
        Parameters:
        name - The name to set.
      • getValue

        public java.lang.Object getValue()
        Get the value.
        Returns:
        The value.
      • setValue

        public void setValue​(java.lang.Object value)
        Set the value.
        Parameters:
        value - The value to set.