net.grinder.console.model
Interface SampleModelViews.Listener

All Superinterfaces:
EventListener
Enclosing interface:
SampleModelViews

public static interface SampleModelViews.Listener
extends EventListener

Interface for listeners.


Method Summary
 void newStatisticExpression(ExpressionView statisticExpression)
          Called when a new statistic expression has been added to the model.
 void resetStatisticsViews()
          Called when existing statistics views should be discarded.
 

Method Detail

newStatisticExpression

void newStatisticExpression(ExpressionView statisticExpression)
Called when a new statistic expression has been added to the model.

Parameters:
statisticExpression - The new statistic expression.

resetStatisticsViews

void resetStatisticsViews()
Called when existing statistics views should be discarded.



Copyright © 2000-2013. All Rights Reserved.