public class CounterWidget
extends java.lang.Object
implements java.awt.event.ActionListener
| Constructor and Description |
|---|
CounterWidget(AlarmGUIType type,
java.util.concurrent.atomic.AtomicInteger alarmCounter,
AlarmTableModel model) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
java.awt.Component |
getComponent()
Return the component
|
void |
update()
Update the value shown in the widget
|
public CounterWidget(AlarmGUIType type, java.util.concurrent.atomic.AtomicInteger alarmCounter, AlarmTableModel model)
public java.awt.Component getComponent()
public void update()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListener