org.gvsig.fmap.mapcontrol.dal.feature.swing.table.notification
Interface FeatureTableNotification

All Known Implementing Classes:
ColumnHeaderSelectionChangeNotification

public interface FeatureTableNotification

Notifications for Observers of the FeatureTable.

Author:
Cèsar Ordiñana

Method Summary
 FeatureTable getFeatureTable()
          Returns the FeatureTable originating the notification.
 java.lang.String getType()
          Returns the type of the notification.
 

Method Detail

getFeatureTable

FeatureTable getFeatureTable()
Returns the FeatureTable originating the notification.

Returns:
the FeatureTable

getType

java.lang.String getType()
Returns the type of the notification.

Returns:
the type


Copyright © 2014 gvSIG Association. All Rights Reserved.