aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/connectbot/service/FontSizeChangedListener.java
blob: 2528d0cb5f6dd140899ed5e0aaf7e9afdc4dc365 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**
 *
 */
package org.connectbot.service;

/**
 * @author Kenny Root
 * 
 */
public interface FontSizeChangedListener {

	/**
	 * @param size
	 *            new font size
	 */
	void onFontSizeChanged(float size);
}