Package snap.viewx
Interface Console
- All Known Implementing Classes:
DefaultConsole
public interface Console
This class provides an interface to users.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the console view.int
Returns the number of items on the console.static Console
Returns the shared console.void
Resets the console.static void
Sets the console created handler.static void
Sets the shared console.void
Shows the given object to user.
-
Method Details
-
show
Shows the given object to user. -
resetConsole
void resetConsole()Resets the console. -
getItemCount
int getItemCount()Returns the number of items on the console. -
getConsoleView
View getConsoleView()Returns the console view. -
setConsoleCreatedHandler
Sets the console created handler.
-