Interface BannerPrinter
-
public interface BannerPrinter
-
-
Field Summary
Fields Modifier and Type Field Description static BannerPrinterNO_OP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprint(Banner banner)Prints the specifiedBanner.
-
-
-
Field Detail
-
NO_OP
static final BannerPrinter NO_OP
-
-