|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.torstennahm.integrate.sparse.visualize.ExtentVisualizer
public class ExtentVisualizer
Constructor Summary | |
---|---|
ExtentVisualizer(javax.swing.JFrame frame)
|
Method Summary | |
---|---|
void |
destroy()
Fully turn off the visualizer. |
void |
init()
Initializes the visualizer for use. |
void |
start()
Signals the visualizer that integration is now being started. |
void |
stop()
Signals the visualizer that integration has now ended and no further VisualizerData will be sent. |
void |
submit(VisualizerData data)
Send a data object to the visualizer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExtentVisualizer(javax.swing.JFrame frame)
Method Detail |
---|
public void init()
Visualizer
init
in interface Visualizer
public void start()
Visualizer
start
in interface Visualizer
public void stop()
Visualizer
VisualizerData
will be sent. The Visualizer
may use this signal to present a final display for this integration process.
stop
in interface Visualizer
public void destroy()
Visualizer
destroy
in interface Visualizer
public void submit(VisualizerData data)
Visualizer
submit
in interface Visualizer
data
- object containing data about the current state of the integration process
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |