Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.platform.annotations.service.EventListener

Packages that use EventListener
org.nuxeo.ecm.platform.annotations.descriptors   
org.nuxeo.ecm.platform.annotations.repository.core   
org.nuxeo.ecm.platform.annotations.service   
 

Uses of EventListener in org.nuxeo.ecm.platform.annotations.descriptors
 

Methods in org.nuxeo.ecm.platform.annotations.descriptors that return types with arguments of type EventListener
 Class<? extends EventListener> EventListenerDescriptor.getListener()
           
 

Method parameters in org.nuxeo.ecm.platform.annotations.descriptors with type arguments of type EventListener
 void EventListenerDescriptor.setListener(Class<? extends EventListener> listener)
           
 

Uses of EventListener in org.nuxeo.ecm.platform.annotations.repository.core
 

Classes in org.nuxeo.ecm.platform.annotations.repository.core that implement EventListener
 class AnnotationEventListener
           
 

Uses of EventListener in org.nuxeo.ecm.platform.annotations.service
 

Methods in org.nuxeo.ecm.platform.annotations.service that return types with arguments of type EventListener
 List<EventListener> AnnotationConfigurationServiceImpl.getListeners()
           
 List<EventListener> AnnotationConfigurationService.getListeners()
           
 

Methods in org.nuxeo.ecm.platform.annotations.service with parameters of type EventListener
 void AnnotationConfigurationServiceImpl.addListener(EventListener listener)
           
 void AnnotationConfigurationService.addListener(EventListener listener)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.