Package org.dreambot.api.input.event
Class AbstractEvent
- java.lang.Object
-
- org.dreambot.api.input.event.AbstractEvent
-
- All Implemented Interfaces:
java.lang.Runnable
- Direct Known Subclasses:
AbstractKeyEvent,AbstractMouseEvent,AbstractMouseEvent,KeyboardEvent
public abstract class AbstractEvent extends java.lang.Object implements java.lang.RunnableCreated with IntelliJ IDEA.- Since:
- : 2/9/2015 Time : 11:49 PM
-
-
Constructor Summary
Constructors Constructor Description AbstractEvent()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Conditioncompleted()AbstractConditionused to determine if current event is complete.abstract Conditionfailed()AbstractConditionused to determine if current event has failed.
-