ch.tatool.core.element.handler.score
Interface PointsAndLevelHandler.LevelListener

All Known Implementing Classes:
UserFeedbackLevelListener
Enclosing interface:
PointsAndLevelHandler

public static interface PointsAndLevelHandler.LevelListener

Listener for level changes. Aspects interested in level changes should implement this interface


Method Summary
 void levelChanged(PointsAndLevelHandler handler, ExecutionContext context)
          Implementors get called by the PointsAndLevelHandler whenever the level changes.
 

Method Detail

levelChanged

void levelChanged(PointsAndLevelHandler handler,
                  ExecutionContext context)
Implementors get called by the PointsAndLevelHandler whenever the level changes.

Parameters:
interceptor - the interceptor that calls the method
context - the ExecutionContext
oldLevel - the old level value
newLevel - the new level value


Copyright © 2012. All Rights Reserved.