Serialized Form
-
Package de.codecamp.vaadin.eventbus
-
Package de.codecamp.vaadin.eventbus.impl
-
Class de.codecamp.vaadin.eventbus.impl.EventBusImpl
class EventBusImpl extends Object implements Serializable-
Serialized Fields
-
eventScope
EventScope eventScope
-
listeners
Collection<ListenerWrapper> listeners
-
parentRegistration
com.vaadin.flow.shared.Registration parentRegistration
-
-
-
Class de.codecamp.vaadin.eventbus.impl.EventBusRegistrationImpl
class EventBusRegistrationImpl extends Object implements Serializable-
Serialized Fields
-
activateListener
com.vaadin.flow.function.SerializableConsumer<ListenerWrapper> activateListener
-
attachRegistration
com.vaadin.flow.shared.Registration attachRegistration
-
deactivateListener
com.vaadin.flow.function.SerializableConsumer<ListenerWrapper> deactivateListener
-
detachRegistration
com.vaadin.flow.shared.Registration detachRegistration
-
listener
ListenerWrapper listener
-
-
-
Class de.codecamp.vaadin.eventbus.impl.InterfaceListenerWrapper
class InterfaceListenerWrapper extends ListenerWrapper implements Serializable-
Serialized Fields
-
listener
EventBusListener listener
-
-
-
Class de.codecamp.vaadin.eventbus.impl.ListenerWrapper
class ListenerWrapper extends Object implements Serializable-
Serialized Fields
-
eventBusRegistration
EventBusRegistration eventBusRegistration
-
-
-
Class de.codecamp.vaadin.eventbus.impl.MethodListenerWrapper
class MethodListenerWrapper extends ListenerWrapper implements Serializable
-