| Dependency Injection: Vital or Irrelevant? | [ Prev | Home | Next ] |
Abstract Interfaces
public interface OnOffDevice {
void on();
void off();
}
public interface SensorDevice {
boolean isCoffeePresent();
}
| O'REILLY® OSCON 2005 | Copyright © 2005 by Jim Weirich (Some Rights Reserved) |