Package org.kie.api.builder.model
Interface ListenerModel
public interface ListenerModel
ListenerModel is a model allowing to programmatically define a Listener and wire it to a KieSession
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetKind()Returns the Kind of this ListenerModelgetType()Returns the type of this ListenerModel (i.e.newQualifierModel(String type)
-
Method Details
-
getType
String getType()Returns the type of this ListenerModel (i.e. the name of the class implementing the listener) -
getKind
ListenerModel.Kind getKind()Returns the Kind of this ListenerModel -
getQualifierModel
QualifierModel getQualifierModel() -
newQualifierModel
-