Class AddObjectSelector.NewObjectEvent
- java.lang.Object
 - 
- java.util.EventObject
 - 
- com.vaadin.flow.component.ComponentEvent<AddObjectSelector>
 - 
- org.neotropic.kuwaiba.modules.optional.topoman.tools.AddObjectSelector.NewObjectEvent
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 - AddObjectSelector
 
public static class AddObjectSelector.NewObjectEvent extends com.vaadin.flow.component.ComponentEvent<AddObjectSelector>
Event fired when a new object is added.- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
- 
Fields inherited from class java.util.EventObject
source 
 - 
 
- 
Constructor Summary
Constructors Constructor Description NewObjectEvent(AddObjectSelector source, boolean fromClient, BusinessObjectLight object)Constructs a newNewObjectEvent. 
- 
Method Summary
- 
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener 
- 
Methods inherited from class java.util.EventObject
toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
NewObjectEvent
public NewObjectEvent(AddObjectSelector source, boolean fromClient, BusinessObjectLight object)
Constructs a newNewObjectEvent.- Parameters:
 source- The source of the eventfromClient- Whether the event originated from the clientobject- The business object
 
 - 
 
 -