Interface ShellContext
- All Known Implementing Classes:
DefaultShellContext
public interface ShellContext
Interface defining a contract for a context which allows to loosely connect
different components together and keep things alive between commands.
-
Method Summary
Modifier and TypeMethodDescriptionGets an interaction mode.void
setInteractionMode
(InteractionMode interactionMode) Sets an interaction mode.
-
Method Details
-
getInteractionMode
InteractionMode getInteractionMode()Gets an interaction mode.- Returns:
- a current interaction mode
-
setInteractionMode
Sets an interaction mode.- Parameters:
interactionMode
- the interaction mode
-