Move to ReflectiveListen

This commit is contained in:
2016-07-03 16:16:04 +01:00
parent 46b377bf9a
commit 381befaa41
5 changed files with 50 additions and 44 deletions

View File

@@ -7,11 +7,11 @@ import base.Duplex;
import base.Receiver;
import base.exception.worker.ActivateException;
import base.exception.worker.DeactivateException;
import base.work.Listen;
import base.work.ReflectiveListen;
import com.github.boukefalos.arduino.exception.ArduinoException;
public class Server extends Listen<Object> implements Control, Receiver {
public class Server extends ReflectiveListen implements Control, Receiver {
protected static final boolean DIRECT = false;
protected Arduino arduino;