KIE API 6.1.0.CR2

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
static class ListenerModel.Kind
           
 
Method Summary
 ListenerModel.Kind getKind()
          Returns the Kind of this ListenerModel
 QualifierModel 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)

KIE API 6.1.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.