Class PrintCommand

All Implemented Interfaces:
Sendable, AutoCloseable

public class PrintCommand
extends InstantCommand
A PrintCommand is a command which prints out a string when it is initialized, and then immediately finishes. It is useful if you want a CommandGroup to print out a string when it reaches a certain point.