Map feature popup
[gpl/argeo-suite.git] / org.argeo.app.geo / src / org / argeo / app / geo / ux / MapPart.java
index 13190c98d238f75db9ef86a58b3aea8ac6dce874..11ee0d11875345f1b716acb53df0e9ba9e3be39c 100644 (file)
@@ -22,4 +22,7 @@ public interface MapPart {
        /** Event when a feature has been selected. */
        record FeatureSelectedEvent(String path) {
        };
+       /** Event when a feature popup is requested. */
+       record FeaturePopupEvent(String path) {
+       };
 }