Class ExpansionListener.ListenerList
- java.lang.Object
-
- org.processmining.framework.plugin.events.ProMEventListenerList<ExpansionListener>
-
- org.processmining.models.graphbased.ExpansionListener.ListenerList
-
- Enclosing interface:
- ExpansionListener
public static class ExpansionListener.ListenerList extends org.processmining.framework.plugin.events.ProMEventListenerList<ExpansionListener>
-
-
Constructor Summary
Constructors Constructor Description ListenerList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fireNodeCollapsed(Expandable source)
void
fireNodeExpanded(Expandable source)
-
-
-
Method Detail
-
fireNodeExpanded
public void fireNodeExpanded(Expandable source)
-
fireNodeCollapsed
public void fireNodeCollapsed(Expandable source)
-
-