com.ibm.manplato.GUIParts.Client
Class BackupSetList.TableListener

java.lang.Object
  |
  +--com.ibm.manplato.GUIParts.Client.BackupSetList.TableListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener
Enclosing class:
BackupSetList

public class BackupSetList.TableListener
extends java.lang.Object
implements javax.swing.event.ListSelectionListener


Field Summary
(package private)  javax.swing.ListSelectionModel model
           
 
Constructor Summary
BackupSetList.TableListener(javax.swing.ListSelectionModel lsm)
           
 
Method Summary
 void valueChanged(javax.swing.event.ListSelectionEvent lse)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

model

javax.swing.ListSelectionModel model
Constructor Detail

BackupSetList.TableListener

public BackupSetList.TableListener(javax.swing.ListSelectionModel lsm)
Method Detail

valueChanged

public void valueChanged(javax.swing.event.ListSelectionEvent lse)
Specified by:
valueChanged in interface javax.swing.event.ListSelectionListener