jApp
Class JRadioButtonConnector
java.lang.Object
jApp.Connector
jApp.JRadioButtonConnector
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.awt.event.ComponentListener, java.util.EventListener, javax.swing.event.ChangeListener
public class JRadioButtonConnector
- extends Connector
- implements java.awt.event.ActionListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JRadioButtonConnector
public JRadioButtonConnector(javax.swing.AbstractButton button,
ValueInterface variable,
java.lang.Object value)
JRadioButtonConnector
public JRadioButtonConnector(javax.swing.AbstractButton button,
ValueInterface variable,
ValueInterface valueVariable)
stateChanged
public void stateChanged(javax.swing.event.ChangeEvent e)
- Specified by:
stateChanged
in interface javax.swing.event.ChangeListener
- Overrides:
stateChanged
in class Connector
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener