Class EnterEvent
- java.lang.Object
-
- org.dreambot.api.input.event.AbstractEvent
-
- org.dreambot.api.input.event.impl.mouse.type.AbstractMouseEvent
-
- org.dreambot.api.input.event.impl.mouse.type.EnterEvent
-
- All Implemented Interfaces:
java.lang.Runnable
public class EnterEvent extends AbstractMouseEvent
Creates and sends aMouseEvent.MOUSE_ENTERED
-
-
Constructor Summary
Constructors Constructor Description EnterEvent(java.awt.Point dest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
Methods inherited from class org.dreambot.api.input.event.impl.mouse.type.AbstractMouseEvent
completed, failed
-
-