Uses of Interface
de.uka.ipd.consensus.foundation.scoring.ScoringListener

Packages that use ScoringListener
de.uka.ipd.consensus.foundation.scoring   
de.uka.ipd.consensus.impl   
 

Uses of ScoringListener in de.uka.ipd.consensus.foundation.scoring
 

Classes in de.uka.ipd.consensus.foundation.scoring that implement ScoringListener
 class ScoringAdapter
          An adapter class for receiving scoring events.
 

Methods in de.uka.ipd.consensus.foundation.scoring with parameters of type ScoringListener
 void IncentiveManager.addScoringListener(ScoringListener listener)
          Registers a new ScoringListener.
 void IncentiveManager.removeScoringListener(ScoringListener listener)
          Removes a ScoringListener, if it is registered with the IncentiveManager (otherwise this call is ignored).
 

Uses of ScoringListener in de.uka.ipd.consensus.impl
 

Classes in de.uka.ipd.consensus.impl that implement ScoringListener
 class DynamicRightsManagerImpl
          TODO
 class ScoringListenerImpl
          A very simple implementation of a ScoringListener.
 

Methods in de.uka.ipd.consensus.impl with parameters of type ScoringListener
 void IncentiveManagerImpl.addScoringListener(ScoringListener listener)
           
 void IncentiveManagerImpl.removeScoringListener(ScoringListener listener)