/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.eas.client.utils.scalableui; /** * * @author Marat */ public interface ScaleListener { public void scaleChanged(float oldScale, float newScale); }