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.Runnable
Created 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 Condition
completed()
AbstractCondition
used to determine if current event is complete.abstract Condition
failed()
AbstractCondition
used to determine if current event has failed.
-