Class NetworkResourceChangeEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.vaadin.flow.component.ComponentEvent<NetworkResourceSelector>
-
- org.neotropic.util.visual.selectors.NetworkResourceChangeEvent
-
- All Implemented Interfaces:
Serializable
public class NetworkResourceChangeEvent extends com.vaadin.flow.component.ComponentEvent<NetworkResourceSelector>
The network resource event, useful to detect any change in the selection of a network resource.- Author:
- Mauricio Ruiz Beltrán <mauricio.ruiz@kuwaiba.org>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description NetworkResourceChangeEvent(NetworkResourceSelector source, BusinessObjectLight selectedObject, List<BusinessObjectLight> selectedObjects, boolean fromClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BusinessObjectLight
getSelectedObject()
List<BusinessObjectLight>
getSelectedObjects()
-
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
-
Methods inherited from class java.util.EventObject
toString
-
-
-
-
Constructor Detail
-
NetworkResourceChangeEvent
public NetworkResourceChangeEvent(NetworkResourceSelector source, BusinessObjectLight selectedObject, List<BusinessObjectLight> selectedObjects, boolean fromClient)
-
-
Method Detail
-
getSelectedObject
public BusinessObjectLight getSelectedObject()
-
getSelectedObjects
public List<BusinessObjectLight> getSelectedObjects()
-
-