Package com.jsql.view.interaction
Interface InteractionCommand
- All Known Implementing Classes:
AbstractGetShellResult
,AddColumns
,AddDatabases
,AddTables
,CreateShellTab
,CreateValuesTab
,GetWebShellResult
,MarkBlindInvulnerable
,MarkBlindVulnerable
,MarkErrorInvulnerable
,MarkErrorVulnerable
,MarkFileSystemInvulnerable
,MarkFileSystemVulnerable
,MarkMultiVulnerable
,MarkNormalInvulnerable
,MarkNormalVulnerable
,MarkStackedVulnerable
,MarkTimeInvulnerable
,MarkTimeVulnerable
,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.
-