Class ConnectionRemovedEvent

  • All Implemented Interfaces:
    DirtiesSaveEvent, LoggableEvent

    public class ConnectionRemovedEvent
    extends java.lang.Object
    implements DirtiesSaveEvent, LoggableEvent
    An event that occurs when a connection is removed from the pipeline. This is triggered by the user deleting a connection with the GUI.
    • Constructor Detail

      • ConnectionRemovedEvent

        public ConnectionRemovedEvent​(Connection<?> connection)
        Parameters:
        connection - The connection being deleted.
    • Method Detail

      • getConnection

        public Connection<?> getConnection()
        Returns:
        The connection being deleted.
      • toString

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