Package com.vaadin.swingkit.server
Class EventEmitterFactory
java.lang.Object
com.vaadin.swingkit.server.EventEmitterFactory
Utility class to create
EventEmitter instances to emit events to
Swing app from Vaadin view. It selects the correct implementation of
EventEmitter transparently to the user.- Author:
- Vaadin Ltd
-
Method Summary
Modifier and TypeMethodDescriptionstatic EventEmitterGets a new instance of aEventEmitterready to emit events.
-
Method Details
-
newEventEmitter
Gets a new instance of aEventEmitterready to emit events.- Returns:
- New
EventEmitterinstance ready to emit events. - Throws:
NoEmbeddedBrowserException- Thrown if no SwingKit embedded browser is detected.
-