Module jdk.jshell
Package jdk.jshell

Interface JShellConsole


public interface JShellConsole
An interface providing functionality for Console in the user's snippet.

When a snippet calls a method on Console, the corresponding method in this interface will be called.

Since:
21
See Also: