diff options
author | Keith Packard <keithp@keithp.com> | 2012-12-28 16:34:48 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-12-28 16:34:48 -0800 |
commit | daf8776f8646ba187f1a17f7aae797503bed3f2a (patch) | |
tree | 6856f0fa4eeed4abc350ebb77b8bcea1cb24e2fd /micropeak/MicroFontListener.java | |
parent | 9da9adc2718928de2af65a68cddbcc636cc3e9e8 (diff) |
Lots more work on the MicroPeak application
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'micropeak/MicroFontListener.java')
-rw-r--r-- | micropeak/MicroFontListener.java | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/micropeak/MicroFontListener.java b/micropeak/MicroFontListener.java new file mode 100644 index 00000000..a902584c --- /dev/null +++ b/micropeak/MicroFontListener.java @@ -0,0 +1,22 @@ +/* + * Copyright © 2011 Keith Packard <keithp@keithp.com> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + */ + +package org.altusmetrum.micropeak; + +public interface MicroFontListener { + void font_size_changed(int font_size); +} |