Uses of Interface
io.vertigo.commons.eventbus.Event
-
Packages that use Event Package Description io.vertigo.commons.eventbus io.vertigo.commons.eventbus.definitions io.vertigo.commons.impl.eventbus -
-
Uses of Event in io.vertigo.commons.eventbus
Methods in io.vertigo.commons.eventbus with parameters of type Event Modifier and Type Method Description voidEventBusManager. post(Event event)Posts an event.Method parameters in io.vertigo.commons.eventbus with type arguments of type Event Modifier and Type Method Description voidEventBusManager. registerDead(Consumer<Event> eventConsumer)Registers a dead event consumer. -
Uses of Event in io.vertigo.commons.eventbus.definitions
Classes in io.vertigo.commons.eventbus.definitions with type parameters of type Event Modifier and Type Class Description classEventBusSubscriptionDefinition<E extends Event>This defintion defines a subscripter in the eventbus pattern.Methods in io.vertigo.commons.eventbus.definitions with parameters of type Event Modifier and Type Method Description booleanEventBusSubscriptionDefinition. match(Event event)Return if an event matches the event type of the actual subscription -
Uses of Event in io.vertigo.commons.impl.eventbus
Methods in io.vertigo.commons.impl.eventbus with parameters of type Event Modifier and Type Method Description voidEventBusManagerImpl. post(Event event)Posts an event.Method parameters in io.vertigo.commons.impl.eventbus with type arguments of type Event Modifier and Type Method Description voidEventBusManagerImpl. registerDead(Consumer<Event> eventConsumer)Registers a dead event consumer.
-