Klasse StoppingSeleniagramAction

java.lang.Object
eu.hobbydev.bracheus.actions.StoppingSeleniagramAction
Alle implementierten Schnittstellen:
Actions

public class StoppingSeleniagramAction extends Object implements Actions
The StoppingSeleniagramAction class implements the Actions interface and provides functionality to stop the running threads within the Seleniagram system. This action stops both the listener and action threads when executed.

The class defines the name of the action as "Stoppingaction" and implements the handleAction method to invoke the stop functionality of the respective threads.

  • Konstruktordetails

    • StoppingSeleniagramAction

      public StoppingSeleniagramAction()
  • Methodendetails