private class CountView.SuspendListener
extends java.lang.Object
implements java.awt.event.ActionListener
Modifier | Constructor and Description |
---|---|
private |
CountView.SuspendListener() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt)
Suspends or resumes the model thread and updates the button text
accordingly.
|