Class SaveEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<SaveButton>
com.decs.application.views.ProblemEditor.save.SaveEvent
- All Implemented Interfaces:
Serializable
@DomEvent("click")
public class SaveEvent
extends com.vaadin.flow.component.ComponentEvent<SaveButton>
Save Event Class
This class represents the event handler for the save action.
- Version:
- 1.0
- Author:
- Bruno Guiomar
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
SaveEvent
Class Constructor- Parameters:
source- Save button source componentfromClient- Event source
-