From 7f233369e32c3254165ee251df0a3dbc21ea5a29 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 31 Mar 2010 13:49:54 -0700 Subject: Start adding java-based UI --- ao-tools/altosui/AltosSerialMonitor.java | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ao-tools/altosui/AltosSerialMonitor.java (limited to 'ao-tools/altosui/AltosSerialMonitor.java') diff --git a/ao-tools/altosui/AltosSerialMonitor.java b/ao-tools/altosui/AltosSerialMonitor.java new file mode 100644 index 00000000..ad0e9295 --- /dev/null +++ b/ao-tools/altosui/AltosSerialMonitor.java @@ -0,0 +1,22 @@ +/* + * Copyright © 2010 Keith Packard + * + * 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 altosui; + +public interface AltosSerialMonitor { + void data(String data); +} -- cgit v1.2.3