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 Modifier and Type Interface Description static class
ListenerModel.Kind
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListenerModel.Kind
getKind()
Returns the Kind of this ListenerModelQualifierModel
getQualifierModel()
String
getType()
Returns the type of this ListenerModel (i.e. the name of the class implementing the listener)QualifierModel
newQualifierModel(String type)
-
-
-
Method Detail
-
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
QualifierModel newQualifierModel(String type)
-
-