Uses of Interface
org.axonframework.unitofwork.UnitOfWorkListener

Packages that use UnitOfWorkListener
org.axonframework.auditing   
org.axonframework.unitofwork Classes in support of the UnitOfWork pattern in Axon Framework. 
 

Uses of UnitOfWorkListener in org.axonframework.auditing
 

Classes in org.axonframework.auditing that implement UnitOfWorkListener
 class AuditingUnitOfWorkListener
          Listener implementation that adds auditing information to events being tracked by the unit of work this listener is registered to.
 

Uses of UnitOfWorkListener in org.axonframework.unitofwork
 

Classes in org.axonframework.unitofwork that implement UnitOfWorkListener
 class UnitOfWorkListenerAdapter
          Abstract implementation of the UnitOfWorkListener that provides empty implementation of all methods declared in UnitOfWorkListener.
 

Methods in org.axonframework.unitofwork with parameters of type UnitOfWorkListener
 void UnitOfWork.registerListener(UnitOfWorkListener listener)
          Register a listener that listens to state changes in this UnitOfWork.
 void DefaultUnitOfWork.registerListener(UnitOfWorkListener listener)
           
 



Copyright © 2011. All Rights Reserved.