Interface ObserverMethodConfigurator<T>

Type Parameters:
T - type of the event the configured ObserverMethod will observe

public interface ObserverMethodConfigurator<T>

An ObserverMethodConfigurator can configure an ObserverMethod. The container must provide an implementation of this interface.

This configurator is not thread safe and shall not be used concurrently.

CDI Lite implementations are not required to provide support for Portable Extensions.

Since:
2.0
Author:
Antoine Sabot-Durand
See Also: