Class AbstractListenerProviderRegistry<E extends Event,​L extends EventListener<E>,​P extends Provider,​S extends ProviderService<P>>

    • Constructor Detail

      • AbstractListenerProviderRegistry

        public AbstractListenerProviderRegistry()
    • Method Detail

      • post

        protected void post​(E event)
        Safely posts the specified event to the local event dispatcher. If there is no event dispatcher or if the event is null, this method is a noop.
        Parameters:
        event - event to be posted; may be null