gistoolkit.display.widgets
Interface AttributeTableViewerListener

All Known Implementing Classes:
ShowAttributeCommand

public interface AttributeTableViewerListener

Interface to allow classes to respond to events in the AttributeTableViewer.


Method Summary
 void recordSelected(Record inRecord)
          Called when a record is selected in the table viewer.
 

Method Detail

recordSelected

public void recordSelected(Record inRecord)
Called when a record is selected in the table viewer.