Package games.stendhal.client.events
Class Event<T extends Entity>
java.lang.Object
games.stendhal.client.events.Event<T>
- Type Parameters:
T
- entity
- Direct Known Subclasses:
AttackEvent
,BestiaryEvent
,ShowOutfitListEvent
abstract parent class for client side event handling
- Author:
- hendrik
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
entity
-
event
-
-
Constructor Details
-
Event
public Event()
-
-
Method Details
-
init
initializes the event- Parameters:
entity
- the Entity which caused the eventevent
- RPEvent
-
execute
public abstract void execute()executes the event
-