Interface FeatureTableNotification
- All Known Implementing Classes:
ColumnHeaderSelectionChangeNotification
public interface FeatureTableNotification
Notifications for Observers of the
FeatureTable.- Author:
- Cèsar Ordiñana
-
Method Summary
Modifier and TypeMethodDescriptionReturns theFeatureTableoriginating the notification.getType()Returns the type of the notification.
-
Method Details
-
getFeatureTable
FeatureTable getFeatureTable()Returns theFeatureTableoriginating the notification.- Returns:
- the
FeatureTable
-
getType
String getType()Returns the type of the notification.- Returns:
- the type
-