Interface ElementSelectedListener

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ElementSelectedListener
Functional interface for handling selected element events in the context of a BPMN diagram for BPMN Modeler. Implementations of this interface can be used as listeners to react to the selection of BPMN elements in a diagram.
  • Method Details

    • elementSelected

      void elementSelected(ElementSelectedListener.ElementSelectedEvent event)
      Called when an element is selected in the BPMN diagram.
      Parameters:
      event - The ElementSelectedEvent containing information about the selected element.