Package com.jsql.view.interaction
Interface InteractionCommand
- All Known Implementing Classes:
AddColumns
,AddDatabases
,AddExploitWebTab
,AddTables
,CreateValuesTab
,GetTerminalResult
,MarkBlindBinInvulnerable
,MarkBlindBinVulnerable
,MarkBlindBitInvulnerable
,MarkBlindBitVulnerable
,MarkErrorInvulnerable
,MarkErrorVulnerable
,MarkFileSystemInvulnerable
,MarkFileSystemVulnerable
,MarkMultibitVulnerable
,MarkStackVulnerable
,MarkTimeInvulnerable
,MarkTimeVulnerable
,MarkUnionInvulnerable
,MarkUnionVulnerable
,MessageBinary
,MessageHeader
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Action ordered by the Model and applied to the View.
-
Method Summary
-
Method Details
-
execute
void execute()Do the action ordered by the model.
-