Interface MapPropertyAddListener
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface MapPropertyAddListener
Listener notified when a property is added to aNodeMap.- Since:
- 1.0
- Author:
- Vaadin Ltd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonPropertyAdd(MapPropertyAddEvent event)Invoked when a property is added.
-
-
-
Method Detail
-
onPropertyAdd
void onPropertyAdd(MapPropertyAddEvent event)
Invoked when a property is added.- Parameters:
event- the property add event
-
-