Package eu.hobbydev.bracheus.actions
Klasse StoppingSeleniagramAction
java.lang.Object
eu.hobbydev.bracheus.actions.StoppingSeleniagramAction
- Alle implementierten Schnittstellen:
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.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetName()Returns the name of this action.voidExecutes the stopping action by halting the listener thread and the action thread.
-
Konstruktordetails
-
StoppingSeleniagramAction
public StoppingSeleniagramAction()
-
-
Methodendetails
-
handleAction
public void handleAction()Executes the stopping action by halting the listener thread and the action thread. This method will stop the threads by calling the stop methods ofSeleniagram.listenerThreadManagerandSeleniagram.actionThreadManager.- Angegeben von:
handleActionin SchnittstelleActions
-
getName
Returns the name of this action.
-