Package org.vaadin.spring.events
Interface EventBusAware
- All Superinterfaces:
org.springframework.beans.factory.Aware
- All Known Subinterfaces:
EventBusAware.ApplicationEventBusAware,EventBusAware.SessionEventBusAware,EventBusAware.UIEventBusAware,EventBusAware.ViewEventBusAware
public interface EventBusAware
extends org.springframework.beans.factory.Aware
Marker super interface for beans that want to get notified of a specific type of event bus.
- Author:
- Petter Holmström (petter@vaadin.com)
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInterface to be implemented by beans that want to get notified of the application event bus.static interfaceInterface to be implemented by beans that want to get notified of the session event bus.static interfaceInterface to be implemented by beans that want to get notified of the UI event bus.static interfaceInterface to be implemented by beans that want to get notified of the view event bus.