View Javadoc
1
package
org.catacomb.be;
2
3
4
public
interface
Printable
{
5
6
7
void
print();
8
9
10
}