org.westofj.wui.table
Interface WTableSelectionListener
- public interface WTableSelectionListener
Listener interface for subscribing to table selection events. Classes that wish to
receive action events implement this interface then register an instance with the
appropriate WTable
.
- Version:
- $Revision: 1.2 $, $Date: 2003/08/30 03:53:51 $
- Author:
- bill
selectionPerformed
public void selectionPerformed(WTableSelectionEvent event)
- Method invoked when a selection event occurs on a registered
WTable
instance.
- Parameters:
event
- the captured selection event on the WTable
instance.