Uses of Interface
org.seamcat.model.plugin.eventprocessing.EventProcessingPlugin
-
Packages that use EventProcessingPlugin Package Description org.seamcat.model.plugin.eventprocessing -
-
Uses of EventProcessingPlugin in org.seamcat.model.plugin.eventprocessing
Method parameters in org.seamcat.model.plugin.eventprocessing with type arguments of type EventProcessingPlugin Modifier and Type Method Description <T> EventProcessing<T>
EventProcessingFactory. getByClass(java.lang.Class<? extends EventProcessingPlugin<T>> clazz)
<T> EventProcessing<T>
EventProcessingFactory. getByClass(java.lang.Class<? extends EventProcessingPlugin<T>> clazz, T input)
<T> EventProcessing<T>
EventProcessingFactory. getByClass(java.lang.Class<? extends EventProcessingPlugin<T>> clazz, T input, java.lang.String id, java.lang.String name, java.lang.String notes)
<T> EventProcessing<T>
EventProcessingFactory. getByConfiguration(Configuration<EventProcessingPlugin<T>,T> configuration)
-