Interface DeleteCustomFieldEventHandler
-
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler
public interface DeleteCustomFieldEventHandler extends com.google.gwt.event.shared.EventHandlerThe Interface DeleteCustomFieldEventHandler.- Author:
- Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Feb 12, 2024
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonRemoveEntry(DeleteCustomFieldEvent event)On remove entry.
-
-
-
Method Detail
-
onRemoveEntry
void onRemoveEntry(DeleteCustomFieldEvent event)
On remove entry.- Parameters:
event- the event
-
-