}
private void _transition_exprAction__intervalListener1_transitions0_actions0() {
try {
final StockListener _function = new StockListener() {
public void stockPriceChanged(final Stock stock, final double oldPrice, final double newPrice) {
SmartStockTest.this.setPrice2(oldPrice, newPrice);
}
};
this.stock.addStockListener(_function, 110.0d, 120.0d);