Package com.vaadin.classic.v8.server
Class ClientConnector.AttachEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component>
com.vaadin.classic.v8.server.ClientConnector.AttachEvent
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- ClientConnector
public static class ClientConnector.AttachEvent
extends com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component>
Event fired before a connector is attached from the application.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionAttachEvent(com.vaadin.flow.component.Component source) Creates a new event using the given source and indicator whether the event originated from the client side or the server side. -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
AttachEvent
public AttachEvent(com.vaadin.flow.component.Component source) Creates a new event using the given source and indicator whether the event originated from the client side or the server side.- Parameters:
source- the source component
-