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.

@FunctionalInterface public interface InteractionCommand
Action ordered by the Model and applied to the View.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Do the action ordered by the model.
  • Method Details

    • execute

      void execute()
      Do the action ordered by the model.