Package net.storm.api.events
Class PostAutomatedClick
java.lang.Object
net.storm.api.events.PostAutomatedClick
An event fired after an automated mouse click has been executed.
This event is triggered after the system has performed an automated click action at specific screen coordinates. It allows plugins to react to completed click operations, log actions, or perform post-click processing.
This is a post-execution event. For the pre-execution event, see AutomatedClick.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PostAutomatedClick
public PostAutomatedClick()
-