public interface IListenerFactory<LISTENER_TYPE>
Modifier and Type | Method and Description |
---|---|
LISTENER_TYPE |
create(IComponent component)
Creates a listener for the component or null, if no listener should observe
the component.
|
LISTENER_TYPE create(IComponent component)
component
- The component to create the listener forSiehe auch Jowidgets Nutzerhandbuch