com.quadrique.jbuildingblocks.gui
Interface SelectionListener

All Known Implementing Classes:
TableActions

public interface SelectionListener

This is the listener interface that must be implemented to register and to receive SelectionEvent events.

Author:
Hervé Rivere

Method Summary
 void newSelection(SelectionBaseEvent zEvent)
          This method is called whenever a new selection occurs
 

Method Detail

newSelection

void newSelection(SelectionBaseEvent zEvent)
This method is called whenever a new selection occurs

Parameters:
zEvent - the selection event


Copyright © 2001-2009 Quadrique Corporation. All Rights Reserved.