T
- defines the artifact to be used to construct the eventual
visualizationpublic interface XSVisualization<T> extends XSRunnable
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
asComponent() |
void |
update(org.processmining.framework.util.Pair<java.util.Date,java.lang.String> message)
Deprecated.
|
void |
update(java.lang.String object)
Deprecated.
|
void |
updateVisualization(org.processmining.framework.util.Pair<java.util.Date,T> newArtifact) |
void |
updateVisualization(T newArtifact) |
getName, interrupt, isPaused, isRunning, isStarted, isStopped, pause, pauseXSRunnable, start, startXSRunnable, stop, stopXSRunnable
javax.swing.JComponent asComponent()
@Deprecated void update(org.processmining.framework.util.Pair<java.util.Date,java.lang.String> message)
@Deprecated void update(java.lang.String object)
void updateVisualization(org.processmining.framework.util.Pair<java.util.Date,T> newArtifact)
void updateVisualization(T newArtifact)