Uses of Interface
org.processmining.plugins.graphviz.visualisation.listeners.DotElementSelectionListener
-
Packages that use DotElementSelectionListener Package Description org.processmining.plugins.graphviz.dot -
-
Uses of DotElementSelectionListener in org.processmining.plugins.graphviz.dot
Methods in org.processmining.plugins.graphviz.dot that return types with arguments of type DotElementSelectionListener Modifier and Type Method Description java.util.List<DotElementSelectionListener>AbstractDotElement. getSelectionListeners()java.util.List<DotElementSelectionListener>DotElement. getSelectionListeners()Methods in org.processmining.plugins.graphviz.dot with parameters of type DotElementSelectionListener Modifier and Type Method Description voidAbstractDotElement. addSelectionListener(DotElementSelectionListener listener)voidDotElement. addSelectionListener(DotElementSelectionListener listener)Add a selection/deselection listener.
-