org.hcilab.btprinter
Interface Observer


public interface Observer

This interface can be implemented by a user interface for the driver. It is being notfied whenever the status of the driver changes.

Version:
1.0.0
Author:
Dominik Schmidt

Method Summary
 void update(Driver driver)
          Is called from driver when status changes.
 

Method Detail

update

void update(Driver driver)
Is called from driver when status changes.

Parameters:
driver - Associated driver