Package pfvisualizer.io
Interface IO
-
- All Known Implementing Classes:
Console
public interface IOInterface for printing to an output.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprint(java.lang.String message)Prints a message to an output.
-