de.uka.ipd.consensus.impl
Class ScoringListenerImpl

java.lang.Object
  extended byde.uka.ipd.consensus.impl.ScoringListenerImpl
All Implemented Interfaces:
EventListener, ScoringListener

public class ScoringListenerImpl
extends Object
implements ScoringListener

A very simple implementation of a ScoringListener.

Version:
2006-06-14
Author:
Thomas Much

Constructor Summary
ScoringListenerImpl(ConsensusFoundationManager cfm)
          TODO
 
Method Summary
 void score(ScoringEvent event)
          TODO
 void scored(ScoringEvent event)
          An empty implementation, does nothing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScoringListenerImpl

public ScoringListenerImpl(ConsensusFoundationManager cfm)
TODO

Parameters:
cfm -
Method Detail

score

public void score(ScoringEvent event)
TODO

Specified by:
score in interface ScoringListener
See Also:
User.getScore(), User.setScore(double)

scored

public void scored(ScoringEvent event)
An empty implementation, does nothing. TODO

Specified by:
scored in interface ScoringListener
See Also:
User.getScore()