public static interface PointsAndLevelHandler.LevelListener
| Modifier and Type | Method and Description |
|---|---|
void |
levelChanged(PointsAndLevelHandler handler,
ExecutionContext context)
Implementors get called by the PointsAndLevelHandler whenever the level changes.
|
void levelChanged(PointsAndLevelHandler handler, ExecutionContext context)
interceptor - the interceptor that calls the methodcontext - the ExecutionContextoldLevel - the old level valuenewLevel - the new level valueCopyright © 2012. All Rights Reserved.