Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.core.event.EventTransactionListener

Packages that use EventTransactionListener
org.nuxeo.ecm.core.event Event Service API (see EventService). 
org.nuxeo.ecm.core.event.impl Event Service implementation. 
org.nuxeo.ecm.core.listener   
 

Uses of EventTransactionListener in org.nuxeo.ecm.core.event
 

Methods in org.nuxeo.ecm.core.event with parameters of type EventTransactionListener
 void EventService.addTransactionListener(EventTransactionListener listener)
          Adds an event transaction listener.
 void EventService.removeTransactionListener(EventTransactionListener listener)
          Removes the given event transaction listener.
 

Uses of EventTransactionListener in org.nuxeo.ecm.core.event.impl
 

Methods in org.nuxeo.ecm.core.event.impl with parameters of type EventTransactionListener
 void EventServiceImpl.addTransactionListener(EventTransactionListener listener)
           
 void EventServiceImpl.removeTransactionListener(EventTransactionListener listener)
           
 

Uses of EventTransactionListener in org.nuxeo.ecm.core.listener
 

Classes in org.nuxeo.ecm.core.listener that implement EventTransactionListener
 class TransactedEventServiceImpl
          This class handle the difference between operations (used by apogee) and core events.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.