diff options
| author | Keith Packard <keithp@keithp.com> | 2012-01-02 22:05:47 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-06-02 19:33:35 -0700 |
| commit | a5ac5c37ea385e3a2b2703c6f125b4e3b55e867a (patch) | |
| tree | 93683378e2aa77b800cdabb1efe9e0bc3dd5a112 /altosui/AltosFontListener.java | |
| parent | 18914b9a84bbd8c4364a1568bb07dcc2b04ad7ba (diff) | |
altosui: Pull most of AltosSerial into AltosLink
Share basic command processing across java users
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosFontListener.java')
| -rw-r--r-- | altosui/AltosFontListener.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosFontListener.java b/altosui/AltosFontListener.java index 6fc214bc..0dda0f29 100644 --- a/altosui/AltosFontListener.java +++ b/altosui/AltosFontListener.java @@ -15,7 +15,7 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -package org.altusmetrum.AltosLib; +package altosui; public interface AltosFontListener { void font_size_changed(int font_size); |
