Class SimpleEntityViewListenerFactory<T>
java.lang.Object
com.blazebit.persistence.view.impl.SimpleEntityViewListenerFactory<T>
- All Implemented Interfaces:
EntityViewListenerFactory<T>
public final class SimpleEntityViewListenerFactory<T>
extends Object
implements EntityViewListenerFactory<T>
- Since:
- 1.4.0
- Author:
- Christian
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleEntityViewListenerFactory(Class<? extends T> entityViewListenerClass, Class<? super T> listenerKind) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
SimpleEntityViewListenerFactory
-
-
Method Details
-
getListenerKind
- Specified by:
getListenerKindin interfaceEntityViewListenerFactory<T>
-
getListenerClass
- Specified by:
getListenerClassin interfaceEntityViewListenerFactory<T>
-
createListener
- Specified by:
createListenerin interfaceEntityViewListenerFactory<T>
-