e.g. ``` interface Startable { void start(); } ... interface ClockModel extends Startable, Stoppable, OnTickListener { } ```