Class TopologyViewSearch.NewObjectEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.vaadin.flow.component.ComponentEvent<TopologyViewSearch>
-
- org.neotropic.kuwaiba.modules.optional.topoman.widgets.TopologyViewSearch.NewObjectEvent
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TopologyViewSearch
public class TopologyViewSearch.NewObjectEvent extends com.vaadin.flow.component.ComponentEvent<TopologyViewSearch>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description NewObjectEvent(TopologyViewSearch source, boolean fromClient, BusinessObjectLight object)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BusinessObjectLight
getObject()
-
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(TopologyViewSearch source, boolean fromClient, BusinessObjectLight object)
-
-
Method Detail
-
getObject
public BusinessObjectLight getObject()
-
-