Interface WriteRobot
- All Known Implementing Classes:
WriteRobotImpl
public interface WriteRobot
-
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(char character) Writes a given text character.voidWrites the given text characters one after the other.voidWrites the given text characters one after the other, sleeping forsleepMillismilliseconds after each typed character.
-
Method Details
-
write
void write(char character) Writes a given text character.- Parameters:
character- the text character to write
-
write
Writes the given text characters one after the other.- Parameters:
text- the text characters to write
-
write
Writes the given text characters one after the other, sleeping forsleepMillismilliseconds after each typed character.- Parameters:
text- the text characters to writesleepMillis- the milliseconds to sleep for after each character
-