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.
Functional interface for handling selected element events in the context of a BPMN diagram for BPMN Viewer.
Implementations of this interface can be used as listeners to react to the selection of BPMN elements in a diagram.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Represents an event that is triggered when an element is selected in the BPMN diagram. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when an element is selected in the BPMN diagram.
-
Method Details
-
elementSelected
Called when an element is selected in the BPMN diagram.- Parameters:
event
- TheElementSelectedEvent
containing information about the selected element.
-