Package io.jmix.ui.component
Class AttachEvent
java.lang.Object
java.util.EventObject
io.jmix.ui.component.AttachEvent
- All Implemented Interfaces:
 Serializable
- See Also:
 
- 
Field Summary
Fields inherited from class java.util.EventObject
source - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.util.EventObject
toString 
- 
Constructor Details
- 
AttachEvent
Constructs an AttachEvent.- Parameters:
 source- the component on which the Event initially occurred.- Throws:
 IllegalArgumentException- if source is null.
 
 - 
 - 
Method Details
- 
getSource
- Overrides:
 getSourcein classEventObject
 
 -