From 76b17543bee2c38995fca07e21d5b271eddb7369 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sat, 6 Dec 2014 19:25:51 +0100 Subject: o Moving out the executor so it becomes its own class. o Adding seek bars to each gauge. Sending updates to the device. --- app/src/main/java/no/topi/fiken/display/NotOverriddenException.java | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/src/main/java/no/topi/fiken/display/NotOverriddenException.java (limited to 'app/src/main/java/no/topi/fiken/display/NotOverriddenException.java') diff --git a/app/src/main/java/no/topi/fiken/display/NotOverriddenException.java b/app/src/main/java/no/topi/fiken/display/NotOverriddenException.java new file mode 100644 index 0000000..7247de8 --- /dev/null +++ b/app/src/main/java/no/topi/fiken/display/NotOverriddenException.java @@ -0,0 +1,4 @@ +package no.topi.fiken.display; + +class NotOverriddenException extends RuntimeException { +} -- cgit v1.2.3