Class PostAutomatedClick

java.lang.Object
net.storm.api.events.PostAutomatedClick

public class PostAutomatedClick extends Object
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 Details

    • PostAutomatedClick

      public PostAutomatedClick()