Interface TableListener<T extends java.io.Serializable>
-
- All Superinterfaces:
ComponentListener
- All Known Implementing Classes:
SimpleCollectionOfElementsComponent
public interface TableListener<T extends java.io.Serializable> extends ComponentListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexport(org.processmining.placebasedlpmdiscovery.model.serializable.SerializableCollection<T> collection)voidnewSelection(T selectedObject)-
Methods inherited from interface org.processmining.OCLPMDiscovery.visualization.components.ComponentListener
componentExpansion
-
-