ca.sqlpower.architect.swingui.event
Interface SelectionListener

All Known Implementing Classes:
AbstractTableTargetedAction, CreateCubeUsageAction, CreateDimensionUsageAction, CreateRelationshipAction, CreateUsageAction, EditColumnAction, EditRelationshipAction, EditSelectedAction, InsertColumnAction, InsertIndexAction, PlayPen

public interface SelectionListener


Method Summary
 void itemDeselected(SelectionEvent e)
          Called whenever an item is deselected.
 void itemSelected(SelectionEvent e)
          Called whenever an item is selected.
 

Method Detail

itemSelected

void itemSelected(SelectionEvent e)
Called whenever an item is selected. The selected item is the event's source.


itemDeselected

void itemDeselected(SelectionEvent e)
Called whenever an item is deselected. The deselected item is the event's source.



Copyright © 2003-2007 SQL Power Group Inc. www.sqlpower.ca