Skip to content

Commit c198682

Browse files
committed
Much better.
Added dispose method to MessageConsumer Fixed the handling of the serial datastream Removed service registration from serial Moved service registration into SerialMonitor Fixed dangling scope value listeners
1 parent 3d958dc commit c198682

File tree

8 files changed

+244
-181
lines changed

8 files changed

+244
-181
lines changed

it.baeyens.arduino.common/src/it/baeyens/arduino/arduino/MessageConsumer.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,7 @@
3434
public interface MessageConsumer {
3535

3636
public void message(String s);
37+
38+
public void dispose();
3739

3840
}

0 commit comments

Comments
 (0)