Class SdhTools.AddExistingConnectionEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.vaadin.flow.component.ComponentEvent<SdhTools>
-
- com.neotropic.kuwaiba.modules.commercial.sdh.tools.SdhTools.AddExistingConnectionEvent
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SdhTools
public class SdhTools.AddExistingConnectionEvent extends com.vaadin.flow.component.ComponentEvent<SdhTools>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description AddExistingConnectionEvent(SdhTools source, boolean fromClient)
-
Method Summary
-
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
-
Methods inherited from class java.util.EventObject
toString
-
-
-
-
Constructor Detail
-
AddExistingConnectionEvent
public AddExistingConnectionEvent(SdhTools source, boolean fromClient)
-
-