Uses of Interface
org.axonframework.saga.AssociationValues.ChangeListener

Packages that use AssociationValues.ChangeListener
org.axonframework.saga   
org.axonframework.saga.annotation   
 

Uses of AssociationValues.ChangeListener in org.axonframework.saga
 

Methods in org.axonframework.saga with parameters of type AssociationValues.ChangeListener
 void AssociationValues.addChangeListener(AssociationValues.ChangeListener changeListener)
          Registers a listener that is notified when AssociationValue instances are wither added or removed from this collection.
 void AssociationValues.removeChangeListener(AssociationValues.ChangeListener changeListener)
          Removes the registered changeListener.
 

Uses of AssociationValues.ChangeListener in org.axonframework.saga.annotation
 

Methods in org.axonframework.saga.annotation with parameters of type AssociationValues.ChangeListener
 void AssociationValuesImpl.addChangeListener(AssociationValues.ChangeListener changeListener)
           
 void AssociationValuesImpl.removeChangeListener(AssociationValues.ChangeListener changeListener)
           
 



Copyright © 2011. All Rights Reserved.