public class CheckBoxMaskGlue extends Glue<javax.swing.JCheckBox,java.lang.Integer> implements java.awt.event.ActionListener
cache, component, valueClass, varID
Constructor and Description |
---|
CheckBoxMaskGlue(org.km3net.clbv2.remote.pv.VarCache cache,
int varID,
int mask,
javax.swing.JCheckBox component) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
protected void |
initComponent() |
protected void |
variableValueChanged(java.lang.Integer val) |
cacheValue, componentValueChanged, variablesStaged, variablesUpdated
public CheckBoxMaskGlue(org.km3net.clbv2.remote.pv.VarCache cache, int varID, int mask, javax.swing.JCheckBox component)
protected void initComponent()
initComponent
in class Glue<javax.swing.JCheckBox,java.lang.Integer>
protected void variableValueChanged(java.lang.Integer val)
variableValueChanged
in class Glue<javax.swing.JCheckBox,java.lang.Integer>
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener