Class OperationAddedEvent


  • public class OperationAddedEvent
    extends java.lang.Object
    Event for when a new operation is added to the application. This happens, for example, if a user loads a new Python script, or at startup for the built-in operations. This is NOT the event for adding a new step to the pipeline.
    • Constructor Detail

      • OperationAddedEvent

        public OperationAddedEvent​(OperationMetaData operation)
        Parameters:
        operation - The operation being added.
    • Method Detail

      • getOperation

        public OperationMetaData getOperation()
        Returns:
        The operation being added.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object