summaryrefslogtreecommitdiff
path: root/tutorial/examples/bca/Printable.java
blob: 296850e0b41fd7ae3177e691dbd25d53d9e39c2b (plain)
1
2
3
4
5
6
7
package examples.bca;


public interface Printable
{
    public void print();
}