sshvncfileaccessablility
Class listPanel.CheckBoxListener

java.lang.Object
  extended by sshvncfileaccessablility.listPanel.CheckBoxListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
listPanel

public class listPanel.CheckBoxListener
extends java.lang.Object
implements java.awt.event.ActionListener

makes sure that only user checkbox or group checkbox is selected, not both


Constructor Summary
listPanel.CheckBoxListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent E)
          ran if the Checkbox is clicked
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

listPanel.CheckBoxListener

public listPanel.CheckBoxListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent E)
ran if the Checkbox is clicked

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
E - the action event that was performed