Package org.kie.api.builder.model
Interface ListenerModel
-
public interface ListenerModelListenerModel 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 classListenerModel.Kind
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListenerModel.KindgetKind()Returns the Kind of this ListenerModelQualifierModelgetQualifierModel()java.lang.StringgetType()Returns the type of this ListenerModel (i.e. the name of the class implementing the listener)QualifierModelnewQualifierModel(java.lang.String type)
-
-
-
Method Detail
-
getType
java.lang.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(java.lang.String type)
-
-