-
- All Implemented Interfaces:
public interface InteractionModule<T extends Interaction>
-
-
Method Summary
Modifier and Type Method Description abstract InteractionTypeConverter<T>provideInteractionTypeConverter()abstract InteractionLauncher<T>provideInteractionLauncher()abstract Class<T>getInteractionClass()-
-
Method Detail
-
provideInteractionTypeConverter
abstract InteractionTypeConverter<T> provideInteractionTypeConverter()
-
provideInteractionLauncher
abstract InteractionLauncher<T> provideInteractionLauncher()
-
getInteractionClass
abstract Class<T> getInteractionClass()
-
-
-
-