Class SuggestionListenerFactory.SuggestionListenerFactoryImpl<C>
java.lang.Object
org.incendo.cloud.paper.suggestion.SuggestionListenerFactory.SuggestionListenerFactoryImpl<C>
- All Implemented Interfaces:
SuggestionListenerFactory<C>
- Enclosing interface:
SuggestionListenerFactory<C>
public static final class SuggestionListenerFactory.SuggestionListenerFactoryImpl<C>
extends Object
implements SuggestionListenerFactory<C>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.incendo.cloud.paper.suggestion.SuggestionListenerFactory
SuggestionListenerFactory.SuggestionListenerFactoryImpl<C> -
Method Summary
Modifier and TypeMethodDescriptionReturns the appropriate suggestion listener for the current environment.
-
Method Details
-
createListener
Description copied from interface:SuggestionListenerFactoryReturns the appropriate suggestion listener for the current environment.- Specified by:
createListenerin interfaceSuggestionListenerFactory<C>- Returns:
- the suggestion listener
-