Package com.avrix.events
Class OnGridBurntEvent
java.lang.Object
com.avrix.events.Event
com.avrix.events.OnGridBurntEvent
Triggered when a grid square is burning.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGetting the event nameabstract void
handleEvent
(zombie.iso.IsoGridSquare square) Called Event Handling Method
-
Constructor Details
-
OnGridBurntEvent
public OnGridBurntEvent()
-
-
Method Details
-
getEventName
Getting the event name- Specified by:
getEventName
in classEvent
- Returns:
- name of the event being implemented
-
handleEvent
public abstract void handleEvent(zombie.iso.IsoGridSquare square) Called Event Handling Method- Parameters:
square
- The grid square that is burning.
-