Interface EditorDeleteEvent.EditorDeleteHandler<T>
-
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler
- Enclosing class:
- EditorDeleteEvent<T>
public static interface EditorDeleteEvent.EditorDeleteHandler<T> extends com.google.gwt.event.shared.EventHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonEditorDelete(EditorDeleteEvent<T> event)
-
-
-
Method Detail
-
onEditorDelete
void onEditorDelete(EditorDeleteEvent<T> event)
-
-