KIE API 6.1.0.Beta2

Uses of Interface
org.kie.api.builder.model.ListenerModel

Packages that use ListenerModel
org.kie.api.builder.model   
 

Uses of ListenerModel in org.kie.api.builder.model
 

Methods in org.kie.api.builder.model that return ListenerModel
 ListenerModel KieSessionModel.newListenerModel(String type, ListenerModel.Kind kind)
          Creates a new ListenerModel of the given type (i.e. the name of the class implementing it) and kind and add it to this KieSessionModel
 

Methods in org.kie.api.builder.model that return types with arguments of type ListenerModel
 List<ListenerModel> KieSessionModel.getListenerModels()
          Returns all the ListenerModels defined for this KieSessionModel
 


KIE API 6.1.0.Beta2

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