Design Pattern - Facade

Card Puncher Data Processing

Design Pattern - Facade

Example

With an API interface

A facade API with a interface in Java

/**
 * The Interface Api acts as a facade for the whole API.
 */
public interface Api extends SubApi1, SubApi2, SubApi3, ... {

}

Documentation / Reference







Share this page:
Follow us:
Task Runner