public class MouseEvent extends Object
This class provides a minimal stub implementation of a mouse event to allow the NDT tool to run in headless environments. The event provides no actual mouse event data or functionality.
All operations are no-ops, maintaining API compatibility without requiring an actual graphical display system or mouse input.