public abstract class AbstractDriverService extends java.lang.Object implements DriverService
Constructor and Description |
---|
AbstractDriverService() |
Modifier and Type | Method and Description |
---|---|
protected abstract Controller |
create(CommPort port) |
protected ControllerListener |
createControllerListener()
Create the controllerListener.
|
void |
deviceRegistered(<any> event) |
void |
deviceUnregistered(<any> event) |
void |
start()
Starts the driver.
|
void |
stop()
Stops the driver.
|
protected ControllerListener createControllerListener()
public void start()
DriverService
start
in interface DriverService
public void stop()
DriverService
stop
in interface DriverService
public void deviceRegistered(<any> event)
public void deviceUnregistered(<any> event)
protected abstract Controller create(CommPort port)