Uses of Class
org.ow2.bonita.pvm.internal.model.EventListenerReference

Packages that use EventListenerReference
org.ow2.bonita.pvm.internal.model   
org.ow2.bonita.pvm.model   
 

Uses of EventListenerReference in org.ow2.bonita.pvm.internal.model
 

Subclasses of EventListenerReference in org.ow2.bonita.pvm.internal.model
static class ProcessModificationsImpl.AddedAction
           
 

Fields in org.ow2.bonita.pvm.internal.model with type parameters of type EventListenerReference
protected  java.util.List<EventListenerReference> EventImpl.listenerReferences
           
protected  java.util.List<EventListenerReference> ProcessModificationsImpl.removedActions
           
 

Methods in org.ow2.bonita.pvm.internal.model that return EventListenerReference
 EventListenerReference EventImpl.createEventListenerReference()
           
 EventListenerReference EventImpl.createEventListenerReference(Descriptor descriptor)
           
 EventListenerReference EventImpl.createEventListenerReference(EventListener eventListener)
           
 EventListenerReference EventImpl.createEventListenerReference(java.lang.String expression)
           
 

Methods in org.ow2.bonita.pvm.internal.model that return types with arguments of type EventListenerReference
 java.util.List<EventListenerReference> EventImpl.getListenerReferences()
           
 

Methods in org.ow2.bonita.pvm.internal.model with parameters of type EventListenerReference
 void ExecutionImpl.handleException(ObservableElementImpl observableElement, EventImpl event, EventListenerReference eventListenerReference, java.lang.Exception exception, java.lang.String rethrowMessage)
           
 

Method parameters in org.ow2.bonita.pvm.internal.model with type arguments of type EventListenerReference
 void EventImpl.setListenerReferences(java.util.List<EventListenerReference> eventListenerReferences)
           
 

Uses of EventListenerReference in org.ow2.bonita.pvm.model
 

Fields in org.ow2.bonita.pvm.model declared as EventListenerReference
protected  EventListenerReference ProcessFactory.eventListenerReference
           
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.